Click or drag to resize
FormSubmit Class
Form submit field.
Inheritance Hierarchy

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public class FormSubmit : FormField

The FormSubmit type exposes the following members.

Constructors
  NameDescription
Public methodFormSubmit
Top
Properties
  NameDescription
Public propertyAutomaticValue
Automatic value when the form control is missing (resolves macros in the given string).
(Inherited from FormField.)
Public propertyCssClass
Field's CSS Class.
(Inherited from FormField.)
Public propertyDevelopmentModeOnly
If true, the field is visible only in development mode
(Inherited from FormField.)
Public propertyDisplayColon
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.)
Public propertyDisplayLabel
Indicates if label should be displayed in inline layout. Default value is True.
(Inherited from FormField.)
Public propertyEditingControl
Editing control.
(Inherited from FormField.)
Public propertyErrorLabel
Error label.
(Inherited from FormField.)
Public propertyField
Field name for the inner controls. This property is only supported in templated form.
(Inherited from FormField.)
Public propertyForm
Form where the control is used.
(Inherited from FormField.)
Public propertyFormControl
Form control.
(Inherited from FormField.)
Public propertyFormFieldInfo
FormFieldInfo for current control.
(Inherited from FormField.)
Public propertyHideOnLiveSite
If true, the field is hidden on the live site.
(Inherited from FormField.)
Public propertyCheckUnique
If true, the field is checked for uniqueness. This property is only supported in UIForm.
(Inherited from FormField.)
Public propertyLabel
Field label.
(Inherited from FormField.)
Public propertyLayout
Layout of the field.
(Inherited from FormField.)
Public propertyResourceString
Resource string for the label.
(Inherited from FormField.)
Public propertyShowRequiredMark
Indicates if required mark (*) should be displayed behind the field label. False by default.
(Inherited from FormField.)
Public propertySubmitButton
Submit button.
Public propertyText
Text for the label, has higher priority.
(Inherited from FormField.)
Public propertyToolTipResourceString
Name of a resource string used for tooltip.
(Inherited from FormField.)
Public propertyTrim
If true, the value is trimmed. This property is only supported if used inside the form control.
(Inherited from FormField.)
Public propertyUseFFI
Indicates if control should load properties from FormFieldInfo. Default TRUE.
(Inherited from FormField.)
Public propertyValue
Value used for initialization as default value.
(Inherited from FormField.)
Top
Methods
  NameDescription
Protected methodCreateChildControls
Creates the child controls.
(Inherited from FormField.)
Public methodEnsureControls
Ensures the child controls of the control.
(Inherited from FormField.)
Protected methodEnsureInnerControls
Ensures the additional inner controls.
(Inherited from FormField.)
Protected methodLoadErrorLabel
Loads the field error label.
(Inherited from FormField.)
Protected methodLoadFormControl
Creates submit button in place of form control.
(Overrides FormFieldLoadFormControl(Control).)
Protected methodLoadLabel
Loads the field label.
(Inherited from FormField.)
Protected methodOnInit
Init event handler.
(Inherited from FormField.)
Top
Extension Methods
  NameDescription
Public Extension MethodCallHandled
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.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by ControlsExtensions.)
Top
See Also