Layout and Groups¶
Label¶
Creates a label to display instructions. Labels are always aligned like controls.
- id: mylabel description: This is a label. type: label
Info¶
Creates a paragraph to display instructions. Infos the entire width
- id: myinfo description: This is a infobox. You can even use <b>HTML</b>! type: info
Separator¶
Creates a horizontal line to separate input controls.
- id: myseparator type: separator
Group¶
- TODO