FormItemEditorBuilder

Methods

Adds a DropDownList editor to the form item and sets the editor options.

AutoComplete()

Adds an AutoComplete editor to the form item and sets the editor options.

ComboBox()

Adds a ComboBox editor to the form item and sets the editor options.

MultiSelect()

Adds a MultiSelect editor to the form item and sets the editor options.

MultiColumnComboBox()

Adds a MultiColumnComboBox editor to the form item and sets the editor options.

Adds a DropDownTree editor to the form item and sets the editor options.

DateInput()

Adds a DateInput editor to the form item and sets the editor options.

DatePicker()

Adds a DatePicker editor to the form item and sets the editor options.

DateTimePicker()

Adds a DateTimePicker editor to the form item and sets the editor options.

TimePicker()

Adds a TimePicker editor to the form item and sets the editor options.

NumericTextBox()

Adds a NumericTextBox editor to the form item and sets the editor options. Uses double as the default numeric type.

NumericTextBox()

Adds a NumericTextBox editor to the form item and sets the editor options. Uses double as the default numeric type.

MaskedTextBox()

Adds a MaskedTextBox editor to the form item and sets the editor options.

TextBox()

Adds a TextBox editor to the form item and sets the editor options.

TextArea()

Adds a TextArea editor to the form item and sets the editor options.

Switch()

Adds a Switch editor to the form item and sets the editor options.

Rating()

Adds a Rating editor to the form item and sets the editor options.

Slider()

Adds a Slider editor to the form item and sets the editor options. Uses int as the default numeric type.

ColorPicker()

Adds a ColorPicker editor to the form item and sets the editor options.

FlatColorPicker()

Adds a FlatColorPicker editor to the form item and sets the editor options.

ColorGradient()

Adds a ColorGradient editor to the form item and sets the editor options.

ColorPalette()

Adds a ColorPalette editor to the form item and sets the editor options.

Editor()

Adds an Editor (rich text editor) to the form item and sets the editor options.

RadioGroup()

Adds a RadioGroup editor to the form item and sets the editor options.

CheckBoxGroup()

Adds a CheckBoxGroup editor to the form item and sets the editor options.

CheckBox()

Adds a CheckBoxGroup editor to the form item and sets the editor options.

Hidden()

Sets the form item editor as a hidden input field.

Captcha()

Adds a Captcha editor to the form item and sets the editor options.

Signature()

Adds a Signature editor to the form item and sets the editor options.

TimeDurationPicker()

Adds a TimeDurationPicker editor to the form item and sets the editor options.

OTPInput()

Adds an OTPInput (One-Time Password Input) editor to the form item and sets the editor options.

Upload()

Adds an Upload editor to the form item and sets the editor options for file upload functionality.