Form
A container for input controls or button, you can load a form from a store script.
As with windows, the form also supports 2 types of layouts
grid
flex
Properties
In addition to the default properties of the components you have the following properties available.
Loading
store
store path of the script used to load data
Methods
In addition to the default methods of the components you have the following methods available.
getRecord()
Return the form record value
load()
Load the form fields from the store
script
A store must return a JS object, for example:
Events
In addition to the default events of the components you have the following events available.
onChange
Last updated