The main.mlyt layout defines general structure of the page in our web application. Among some other elements, it sets the region named 'content'. Several widgets use additional layouts which specify a nested structures in that region.
The main.mlyt layout defines general structure of the page in our web application. Among some other elements, it sets the region named 'content'. Several widgets use additional layouts which specify a nested structures in that region.
This section provides you with the details of three such structures and their attributes.
Create a new layout policy called '2x2.mlyt', with the variant selection criteria set to 'Default'
Add a 2 rows by 2 columns grid
Create required panes. Final layout structure should look like the one following example.
Create a new layout policy called 'validator.mlyt'. Set the variant selection criteria to 'Default'.
Add a 7 rows by 2 columns grid
Add required panes to recreate the layout structure following example
Create a new layout policy called 'date-picker.mlyt'. Set its variant selection criteria to 'Default'.
Create a 3 rows by 1 columns grid
In the second row add 2 columns
Add required panes to recreate the layout structure following example
Name | Width | Border Width | Cell Padding | Cell Spacing | Markup Optimization | Filter Usability Below |
---|---|---|---|---|---|---|
top-left | 100% | 0 | 0 | 0 | Never | 0 |
top-right | ||||||
bottom-left | ||||||
bottom-right |
Name | Width | Border Width | Cell Padding | Cell Spacing | Markup Optimization | Filter Usability Below |
---|---|---|---|---|---|---|
msgSuccess | 100% | 0 | 0 | 1 | Never | 0 |
message | ||||||
text1 | ||||||
input1 | ||||||
message1 | ||||||
input2 | ||||||
message2 | ||||||
text2 | 2 | |||||
button | 2 |
Name | Width | Border Width | Cell Padding | Cell Spacing | Markup Optimization | Filter Usability Below |
---|---|---|---|---|---|---|
title | 100% | 0 | 0 | 0 | Never | 0 |
input-label | ||||||
input | ||||||
calendar |