AbstractBasicForm Properties |
The AbstractBasicForm type exposes the following members.
Name | Description | |
---|---|---|
AllowSpellCheck |
Indicates if spell check is allowed. Not allowed by default.
| |
ControlContext |
Gets the current control context.
| |
CustomTimeZone |
Gets or sets custom time zone info. This time zone is used when TimeZoneType is 'custom'.
| |
Data |
Data to be edited.
| |
DataRow |
Data to be edited.
| |
FieldActionsControls |
Contains FieldActions controls if the form is in design mode (BasicForm.IsDesignMode property).
| |
FieldControls |
Dictionary with FormEngineUserControl objects.
| |
FieldEditingControls |
Dictionary with EditingFormControl objects.
| |
FieldErrorLabels |
FieldErrorLabels.
| |
FieldLabels |
FieldLabels.
| |
Fields |
List of field names in order they appear in the form.
| |
FieldUpdatePanels |
Contains update panels which surround the fields (whole rows including labels) if the form is in design mode (BasicForm.IsDesignMode property).
| |
FieldVisibilityControls |
Visibility controls hashtable.
| |
FormInformation |
Form information.
| |
InitCompleted |
If true, the initialization of the control has already completed and won't repeat. Set to true in your initialization code.
(Inherited from CMSDynamicWebControl.) | |
InitEarly |
If true, the control initializes on BeforeInitComplete, otherwise on InitComplete event.
(Inherited from CMSDynamicWebControl.) | |
IsInsertMode |
Indicates if the control is used for inserting a new object.
| |
IsLiveSite |
Indicates if control is used on live site.
(Inherited from CMSWebControl.) | |
Mode |
Gets or sets the mode of the form.
| |
ProcessDisabledFields |
Indicates if disabled fields should be processed (validated and saved). Default value is true in insert mode and false in edit mode.
| |
ShortID |
Short ID of the control.
(Inherited from CMSWebControl.) | |
SpellCheckFields |
List with client Ids of fields that should be spell checked.
| |
StopProcessing |
Indicates if processing of the code of this control should continue. It can be used after raising an event.
(Inherited from CMSDynamicWebControl.) | |
TimeZoneType |
Gets or sets time zone type for child controls. Default value is TimeZoneTypeEnum.Inherit.
|