Click or drag to resize
AbstractBasicForm Properties

The AbstractBasicForm type exposes the following members.

Properties
  NameDescription
Public propertyAllowSpellCheck
Indicates if spell check is allowed. Not allowed by default.
Public propertyControlContext
Gets the current control context.
Public propertyCustomTimeZone
Gets or sets custom time zone info. This time zone is used when TimeZoneType is 'custom'.
Public propertyData
Data to be edited.
Public propertyDataRow
Data to be edited.
Public propertyFieldActionsControls
Contains FieldActions controls if the form is in design mode (BasicForm.IsDesignMode property).
Public propertyFieldControls
Dictionary with FormEngineUserControl objects.
Public propertyFieldEditingControls
Dictionary with EditingFormControl objects.
Public propertyFieldErrorLabels
FieldErrorLabels.
Public propertyFieldLabels
FieldLabels.
Public propertyFields
List of field names in order they appear in the form.
Public propertyFieldUpdatePanels
Contains update panels which surround the fields (whole rows including labels) if the form is in design mode (BasicForm.IsDesignMode property).
Public propertyFieldVisibilityControls
Visibility controls hashtable.
Public propertyFormInformation
Form information.
Public propertyInitCompleted
If true, the initialization of the control has already completed and won't repeat. Set to true in your initialization code.
(Inherited from CMSDynamicWebControl.)
Protected propertyInitEarly
If true, the control initializes on BeforeInitComplete, otherwise on InitComplete event.
(Inherited from CMSDynamicWebControl.)
Public propertyIsInsertMode
Indicates if the control is used for inserting a new object.
Public propertyIsLiveSite
Indicates if control is used on live site.
(Inherited from CMSWebControl.)
Public propertyMode
Gets or sets the mode of the form.
Public propertyProcessDisabledFields
Indicates if disabled fields should be processed (validated and saved). Default value is true in insert mode and false in edit mode.
Public propertyShortID
Short ID of the control.
(Inherited from CMSWebControl.)
Public propertySpellCheckFields
List with client Ids of fields that should be spell checked.
Public propertyStopProcessing
Indicates if processing of the code of this control should continue. It can be used after raising an event.
(Inherited from CMSDynamicWebControl.)
Public propertyTimeZoneType
Gets or sets time zone type for child controls. Default value is TimeZoneTypeEnum.Inherit.
Top
See Also