Click or drag to resize
AbstractDefaultLayout Class
Default layout
Inheritance Hierarchy
SystemObject
  CMS.FormEngine.Web.UIAbstractLayout
    CMS.FormEngine.Web.UIAbstractDefaultLayout
      CMS.FormEngine.Web.UIAbstractTableDefaultLayout
      CMS.FormEngine.Web.UIDivDefaultLayout

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public abstract class AbstractDefaultLayout : AbstractLayout

The AbstractDefaultLayout type exposes the following members.

Constructors
  NameDescription
Protected methodAbstractDefaultLayout
Constructor for the class.
Top
Fields
  NameDescription
Protected fieldcategories
Stores initiated categories(with translated captions).
Protected fieldmCollapsibleImages
Dictionary of the collapsible images indexed by category name
(Inherited from AbstractLayout.)
Top
Properties
  NameDescription
Protected propertyBasicForm
Form
(Inherited from AbstractLayout.)
Protected propertyFormElements
Gets visible form elements.
Public propertyFormPanel
Main form panel
(Inherited from AbstractLayout.)
Protected propertyTotalColumns
Indicates number of form columns.
Top
Methods
  NameDescription
Protected methodAddControlToPanel
Adds control to form panel.
(Inherited from AbstractLayout.)
Protected methodCreateCategory
Renders whole category (iterates through fields and renders them).
Protected methodCreateCollapsibleImage
Gets collapsible image.
(Inherited from AbstractLayout.)
Protected methodCreateEditingFormControl
Creates new EditingFormControl and puts it into FieldEditingControls hash table.
(Inherited from AbstractLayout.)
Protected methodCreateErrorLabel
Creates the validation label for a field.
(Inherited from AbstractLayout.)
Protected methodCreateField
Creates the field.
Protected methodCreateFieldLabel
Creates the field label.
(Inherited from AbstractLayout.)
Protected methodCreateInvisibleField
Creates invisible field with default value if field is not public and it is not allowed to be empty.
Protected methodGetAnchorID
Gets identifier for anchor element.
Protected methodGetLiteralForLayoutWithTitle
Return literal control initialized with text that will be part of the form's layout and contain title attribute based on field's description.
Protected methodGetLocalizedCategoryCaption
Returns caption from category info or default category name from parent BasicForm with resolved macros (data and/or localization).
Protected methodGetRowCssClassAttribute
Gets row CSS class attribute for form field
Protected methodGetSubmitButton
Adds the submit button to the form.
Public methodIsCategoryCollapsed
Returns true if the given category is collapsed
(Inherited from AbstractLayout.)
Protected methodIsExcludedRequiredField
Indicates if field is excluded from applying the required field format string.
(Inherited from AbstractLayout.)
Protected methodLoad
Loads layout based on specific type.
Public methodLoadLayout
Loads the default form layout from the given form information.
(Overrides AbstractLayoutLoadLayout.)
Protected methodRegisterButtonPanel
Creates submit panel.
Protected methodRegisterScripts
Registers necessary JavaScripts.
Top
Events
  NameDescription
Public eventOnAfterRegisterFormControl
Event representing control registration.
(Inherited from AbstractLayout.)
Top
See Also