FormFieldControlTypeEnum Enumeration |
Field control types.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntaxpublic enum FormFieldControlTypeEnum
Members
| Member name | Value | Description |
---|
| LabelControl | 1 |
Label control.
|
| TextBoxControl | 2 |
TextBox control.
|
| DropDownListControl | 3 |
DropDownList control.
|
| RadioButtonsControl | 4 |
RadioButtons control.
|
| MultipleChoiceControl | 5 |
MultipleChoice control.
|
| ImageSelectionControl | 6 |
ImageSelection control.
|
| FileSelectionControl | 7 |
FileSelectionControl.
|
| CustomUserControl | 8 |
CustomUser control.
|
| UploadControl | 9 |
Upload control.
|
| TextAreaControl | 10 |
TextArea control.
|
| HtmlAreaControl | 11 |
HtmlArea control.
|
| CalendarControl | 12 |
Calendar control.
|
| CheckBoxControl | 13 |
CheckBox control.
|
| IntegerNumberTextBox | 14 |
TextBox with integer number.
|
| DecimalNumberTextBox | 15 |
TextBox with decimal number.
|
| Unknown | 16 |
Unknown control - error control type.
|
| UploadFile | 17 |
Upload file field (HTTP Input file).
|
| ListBoxControl | 18 |
Listbox control.
|
| BBEditorControl | 19 |
BBEditor control.
|
| DocumentAttachmentsControl | 20 |
Document attachments control.
|
| MediaSelectionControl | 21 |
Media selector control.
|
| DirectUploadControl | 22 |
Direct uploader control.
|
| LongNumberTextBox | 23 |
TextBox with long integer number.
|
| SelectColumns | 24 |
Selector for table columns.
|
| EncryptedPassword | 25 |
Encrypted password control.
|
See Also