Last page update: November 23, 2011
The layout widgets allow to create the webpage’s layout. Some of them are inherited from Dojo.
They are:
- 1.1 AccordionContainer
- 1.2 ContentPane
- 1.3 StackContainer
- 1.4 TabContainer
- 2.1 BorderContainer
- 3.1 framePane
Note
Dojo rule: a ContentPane can include a Container (BorderContainer, TabContainer, etc) if and only if the Container will be a UNIQUE child.
There are some commons attributes that you can use with both Dojo and Genro containers: you can find the complete list in the common attributes section.
In particular you can use:
- datapath: set the root’s path of data. Default value is None. For more details, check the datapath page
- height: Set the height of the container. MANDATORY if the container is the father container (example: height=‘100px’)
- hidden: if True, allow to hide this widget. Default value is False. For more information, check the hidden page