JavaScript/jQuery Form - EmptyItem
This article describes configuration properties of an empty form item.
Type:
colSpan
Specifies the number of columns spanned by the item.
Type:
| undefined
Default Value: undefined
cssClass
Specifies a CSS class to be applied to the form item.
Type:
| undefined
Default Value: undefined
In Form, you can customize the appearance of form items using CSS styles. To apply a style to an item, implement a CSS class, which may contain various properties, and assign the name of this class to the cssClass property of the item.
itemType
Specifies the item's type. Set it to "empty" to create an empty item.
Type:
Default Value: 'simple'
See Also
name
Specifies a name that identifies the form item.
Type:
| undefined
Default Value: undefined
Use the name to access the form item in methods like itemOption(id).