6.3.4. layout widgets

Last page update: November 23, 2011

6.3.4.1. introduction

The layout widgets allow to create the webpage’s layout. Some of them are inherited from Dojo.

They are:

  1. Dojo widgets:
  1. Dojo-improved widgets:
  1. Genro widgets:

Note

Dojo rule: a ContentPane can include a Container (BorderContainer, TabContainer, etc) if and only if the Container will be a UNIQUE child.

6.3.4.2. common attributes

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

You can add CSS and CSS3 attributes to your layout widgets

Table Of Contents

Previous topic

12.2.5. TimeTextBox

Next topic

1. AccordionContainer

This Page