-
Book Overview & Buying
-
Table Of Contents
qooxdoo Beginner's Guide
Layout managers control the position, size, and arrangement of all the widgets inside the container. The qooxdoo framework provides different layout managers for different purposes, for example, to arrange widgets horizontally or vertically, to place the widgets in rows and columns such as in a grid, to place the widgets at the corners, to place the widgets at fixed points, and so on.
When a user resizes the web page, the qooxdoo layout engine prompts the layout manager to recalculate and reposition the widgets in the container.
The different criteria or properties involved in laying out the screen are discussed in the sections that follow.
Size hint is nothing but a map of boundaries, widths, and heights, and it's been calculated based on the widgets' internal widgets. qooxdoo provides two different methods to calculate and get the size hints of a widget, mentioned next:
getSizeHint(Boolean compute): This default value for compute...
Change the font size
Change margin width
Change background colour