...
- 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
Anchor | ||||
---|---|---|---|---|
|
4.1.1. flowLayout
Flow layout puts its content one below another in top-down order.
basic options
none
additional options
none
4.1.2. verticalLayout
Vertical layout is currently the same as grid flowLayout.
4.1.3. gridLayout
4.1.4. borderLayout
4.1.
...