...
4. Layouts and layout elements
TODO
Layouts are containers designed to help arrange component positions in view. Its definition is the same as normal component definition:
Code Block |
---|
<component type="layoutType" name="componentName" basicOptions>
// HERE YOU PUT LAYOUT CONTENT
// HERE YOU PUT LAYOUT ADDITIONAL OPTIONS
</component>
|
Where:
- layoutType - is name of layout
- componentName - is an identifier of layout
- basicOptions - are options for layout as key="value"
- layout content - are normal inner component definitions
- additional options - layout addtional options in form
Code Block <option type="optionType" value="optionValue" />
4.1. layouts
4.1.1. flowLayout
Flow layout
4.1.2. verticalLayout
4.1.3. gridLayout
borderLayout
4.1.4. smallTabLayout
4.2. layout elements
...