| LayoutTemplate Methods | 
The LayoutTemplate type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddControlToPanel | 
            Adds control to form panel.
            (Inherited from AbstractLayout.) | 
|  | CollectFormElements | 
            Collects form elements from the given container.
             | 
|  | CreateCollapsibleImage | 
            Gets collapsible image.
            (Inherited from AbstractLayout.) | 
|  | CreateEditingFormControl | 
            Creates new EditingFormControl and puts it into FieldEditingControls hash table.
            (Inherited from AbstractLayout.) | 
|  | CreateErrorLabel | 
            Creates the validation label for a field.
            (Inherited from AbstractLayout.) | 
|  | CreateFieldLabel | 
            Creates the field label.
            (Inherited from AbstractLayout.) | 
|  | EnsureErrorLabels | 
            Ensures the existence of the error labels for fields.
             | 
|  | GetFieldName | 
            Gets the name for the given field.
             | 
|  | IsCategoryCollapsed | 
            Returns true if the given category is collapsed
            (Inherited from AbstractLayout.) | 
|  | IsExcludedRequiredField | 
            Indicates if field is excluded from applying the required field format string.
            (Inherited from AbstractLayout.) | 
|  | LoadLayout | 
            Loads the template layout for the form.
            (Overrides AbstractLayoutLoadLayout.) | 
|  | RegisterCategory | 
            Registers BasicForm's form category.
             | 
|  | RegisterEditingFormControl | 
             Registers EditingFormControl into BasicForm controls.
             | 
|  | RegisterErrorLabel | 
            Registers error label for specified field in BasicForm.
             | 
|  | RegisterFormControl | 
            Registers the given form control within the form.
             | 
|  | RegisterFormControlControl | 
             Registers FormControl into BasicForm controls.
             | 
|  | RegisterFormEngineUserControl | 
             Registers FormEngineUserControl into BasicForm controls.
             | 
|  | RegisterFormErrorMessageLabel | 
            Registers message error label for whole form.
             | 
|  | RegisterFormFieldControl | 
             Registers FormField into BasicForm controls.
             | 
|  | RegisterFormInfoMessageLabel | 
            Registers message info label for whole form.
             | 
|  | RegisterLabel | 
            Registers info label for specified control.
             | 
|  | RegisterSubmitButton | 
            Registers BasicForm's submit button.
             | 
 See Also
See Also