EditingFormControl Properties |
The EditingFormControl type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowMacroEditing |
Determines whether to display the "Edit macro" button.
|
![]() | BadWordsList |
List of found bad words.
|
![]() | BadWordsResult |
Result of bad word check.
|
![]() | ContextResolver |
Gets or sets macro resolver for given control.
|
![]() | ControlStyle |
CSS style of the control.
(Inherited from FormEngineWebControl.) |
![]() | CssClass |
CSS class of the control.
(Inherited from FormEngineWebControl.) |
![]() | Data |
Data to be edited.
|
![]() | DataDR |
Node data. This property is used only for passing values to the control.
(Inherited from FormEngineWebControl.) |
![]() | DataValue |
Data value.
|
![]() | Enabled |
Enabled.
(Overrides WebControlEnabled.) |
![]() | Field |
Field name to which the field belongs. This property is only supported in templated form.
|
![]() | FieldInfo |
Field info object.
(Inherited from FormEngineWebControl.) |
![]() | FieldType |
Field type.
|
![]() | Form |
Parent form.
(Inherited from FormEngineWebControl.) |
![]() | FormControlName |
Form control code name.
|
![]() | FormControlParameter |
Helper property to use custom parameter in form control.
(Inherited from FormEngineWebControl.) |
![]() | FormControlPath |
Form control path.
|
![]() | HasValue |
Returns true if the control has value, if false, the value from the control should not be used within the form to update the data
(Inherited from FormEngineWebControl.) |
![]() | IsDefaultValueAndMacro |
Returns true if default value of formfield is macro expression and current value is the default value.
|
![]() | IsInsertMode |
Is insert mode.
|
![]() | IsLiveSite |
Indicates if the control is on live site.
|
![]() | IsMacro |
Determines whether the value is macro or not.
|
![]() | ItemName |
Name of the edited item.
|
![]() | MacroEditButton |
Gets the button control which shows the modal dialog with macro editor.
|
![]() | MacroTable |
Macro table.
|
![]() | Mode |
Mode of the form.
|
![]() | NestedControl |
Gets the nested control.
|
![]() | NestedControlPanel |
Gets the Panel where the nested control is placed.
|
![]() | OriginalValue |
Original control value
|
![]() | RemoveMacroButton |
Gets the button control for removing macro.
|
![]() | ResolverName |
Gets or sets macro resolver name.
|
![]() | StopProcessing |
If true, control does not process the data.
(Inherited from FormEngineWebControl.) |
![]() | ValidationError |
Validation error string shown when the control is not valid.
(Inherited from FormEngineWebControl.) |
![]() | Value |
Gets or sets the value to the nested control.
(Overrides FormEngineWebControlValue.) |
![]() | ValueDisplayName |
Gets the display name of the value item. Returns null if display name is not available.
(Inherited from FormEngineWebControl.) |
![]() | ValueElementID |
Gets ClientID of the control from which the Value is retrieved or
null if such a control can't be specified.
(Overrides FormEngineWebControlValueElementID.) |
![]() | ValueForValidation |
Returns value prepared for validation.
(Overrides FormEngineWebControlValueForValidation.) |