The EPiServer.XForms.WebControls namespace contains the web controls that render forms as defined by the data classes.
Classes
| Class | Description | |
|---|---|---|
| Input |
An input control that is equivalent to the html control <input type="text">.
| |
| Label |
A label for a xform input control.
| |
| LoadFormEventArgs |
Argument that contains the definition for a XForm.
| |
| Model |
Summary description for Model.
| |
| SaveFormDataEventArgs | Class that is passed on as an event argument for the following events for an XFormControl:
| |
| Secret |
Class that will be used to render a password input. Not fully implemented.
| |
| Select |
Summary description for Select1.
| |
| Select1 |
An input control that is equivalent to either a html select or radio
buttons depending on the value of Appearence.
| |
| SelectControl |
Base class for Select and Select1.
| |
| SelectItem |
Summary description for SelectItem.
| |
| SelectItemCollection |
Summary description for SelectItemColection.
| |
| StaticValidator |
Validator used to add error messages that is validated through server side code.
| |
| Submit |
Summary description for Submit.
| |
| Text |
Summary description for Text.
| |
| TextArea |
An input control that is equivalent to the html control <textarea></textarea>
| |
| Value |
Summary description for Value.
| |
| XFormControl |
The main class for a XForm.
| |
| XFormControlBase |
Base class for XForm input controls.
|
Delegates
| Delegate | Description | |
|---|---|---|
| LoadFormEventHandler | ||
| SaveFormDataEventHandler |
Enumerations
| Enumeration | Description | |
|---|---|---|
| LayoutType |
Enumeration that is used by the Select and Select1 controls to define if check boxes and
radio buttons should be placed in horizontal or vertical position.
| |
| RenderType |
Enumeration that is used by the Select1 Control to switch render state.
|