Form
Last updated
Last updated
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
.
In addition to the of the components you have the following properties available.
store
store path of the script used to load data
In addition to the of the components you have the following methods available.
Return the form record value
Load the form fields from the store
script
A store must return a JS object, for example:
In addition to the of the components you have the following events available.