EditingFormControl Class |
Namespace: CMS.FormEngine.Web.UI
public class EditingFormControl : FormEngineWebControl, ICallbackEventHandler
The EditingFormControl type exposes the following members.
Name | Description | |
---|---|---|
EditingFormControl |
Constructor.
| |
EditingFormControl(FormFieldInfo, BasicForm) |
Constructor.
|
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.) |
Name | Description | |
---|---|---|
CheckBadWords |
Perform bad words check.
| |
CreateChildControls |
Renders the control at run-time.
(Overrides ControlCreateChildControls.) | |
EnsureControls |
Ensures the inner controls.
| |
GetCallbackResult |
Gets callback result.
| |
GetInputClientID |
Gets client ID of first inner input control which is not already associated with some label.
| |
GetInputControlID |
Gets control ID of first inner input control which is not already associated with some label.
| |
GetOtherValues |
Redirects to NestedControl GetOtherValues() or returns null if nested control is not FormEngineUserControl.
(Overrides FormEngineWebControlGetOtherValues.) | |
GetSpellCheckFields |
Returns the list of the field IDs (Client IDs of the inner controls) that should be spell checked.
(Inherited from FormEngineWebControl.) | |
IsValid |
Validation of the control.
(Overrides FormEngineWebControlIsValid.) | |
LoadControlValue |
Loads control value
(Inherited from FormEngineWebControl.) | |
LoadOtherValues |
Loads the other fields values to the state of the form control
(Inherited from FormEngineWebControl.) | |
LoadViewState |
Customized LoadViewState.
(Overrides WebControlLoadViewState(Object).) | |
OnInit |
Init event handler.
(Overrides ControlOnInit(EventArgs).) | |
OnPreRender |
PreRender event handler.
(Overrides ControlOnPreRender(EventArgs).) | |
Page_InitComplete |
Event handler of page's init complete.
| |
RaiseCallbackEvent |
Raise callback method.
| |
Render |
Renders the control at design-time.
(Overrides FormEngineWebControlRender(HtmlTextWriter).) | |
SaveViewState |
Customized SaveViewState.
(Overrides WebControlSaveViewState.) | |
SetValue |
Sets control value.
|
Name | Description | |
---|---|---|
AddCssClass |
Adds CSS class to control. If class is already present, than adding is skipped. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
CallHandled |
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page.
Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.) | |
GetCssClasses |
Returns all CSS classes of control.
(Defined by ControlsExtensions.) | |
GetRenderedHTML |
Returns HTML which would be rendered by control to page.
(Defined by ControlsExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by ControlsExtensions.) | |
HasCssClass |
Checks whether the control has given CSS class. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
RemoveCssClass |
Removes all occurrences. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
SetCssClasses |
Sets CSS classes to the control. Current classes will be overridden.
(Defined by ControlsExtensions.) |