EmptyItem
Type:
cssClass
Type:
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 option of the item.
itemType
Type:
Default Value: 'simple'
Accepted Values: 'empty' | 'group' | 'simple' | 'tabbed' | 'button'
name
Type:
Default Value: undefined
Use the name to access the form item in methods like itemOption(id).
Feedback