FormSubmit Class |
Namespace: CMS.FormEngine.Web.UI
public class FormSubmit : FormField
The FormSubmit type exposes the following members.
Name | Description | |
---|---|---|
FormSubmit |
Name | Description | |
---|---|---|
CheckUnique |
If true, the field is checked for uniqueness. This property is only supported in UIForm.
(Inherited from FormField.) | |
CssClass |
Field's CSS Class.
(Inherited from FormField.) | |
DisplayColon |
Indicates if colon (:) should be displayed behind the field label.
If Form is set then Form.UseColonBehindLabel is used as default value, otherwise false.
(Inherited from FormField.) | |
DisplayLabel |
Indicates if label should be displayed in inline layout. Default value is True.
(Inherited from FormField.) | |
EditingControl |
Editing control.
(Inherited from FormField.) | |
ErrorLabel |
Error label.
(Inherited from FormField.) | |
Field |
Field name for the inner controls. This property is only supported in templated form.
(Inherited from FormField.) | |
Form |
Form where the control is used.
(Inherited from FormField.) | |
FormControl |
Form control.
(Inherited from FormField.) | |
FormFieldInfo |
FormFieldInfo for current control.
(Inherited from FormField.) | |
Label |
Field label.
(Inherited from FormField.) | |
Layout |
Layout of the field.
(Inherited from FormField.) | |
ResourceString |
Resource string for the label.
(Inherited from FormField.) | |
ShowRequiredMark |
Indicates if required mark (*) should be displayed behind the field label. False by default.
(Inherited from FormField.) | |
SubmitButton |
Submit button.
| |
Text |
Text for the label, has higher priority.
(Inherited from FormField.) | |
ToolTipResourceString |
Name of a resource string used for tooltip.
(Inherited from FormField.) | |
Trim |
If true, the value is trimmed. This property is only supported if used inside the form control.
(Inherited from FormField.) | |
UseFFI |
Indicates if control should load properties from FormFieldInfo. Default TRUE.
(Inherited from FormField.) | |
Value |
Value used for initialization as default value.
(Inherited from FormField.) |
Name | Description | |
---|---|---|
CreateChildControls |
Creates the child controls.
(Inherited from FormField.) | |
EnsureControls |
Ensures the child controls of the control.
(Inherited from FormField.) | |
EnsureInnerControls |
Ensures the additional inner controls.
(Inherited from FormField.) | |
LoadErrorLabel |
Loads the field error label.
(Inherited from FormField.) | |
LoadFormControl |
Creates submit button in place of form control.
(Overrides FormFieldLoadFormControl(Control).) | |
LoadLabel |
Loads the field label.
(Inherited from FormField.) |
Name | Description | |
---|---|---|
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.) | |
GetString |
Gets the string by the specified resource key
(Defined by ControlsExtensions.) |