Documentation

Reference
qx:widget (qx.ui.core.Widget)

This is the base class for all widgets.

A widget consists of at least three HTML elements. The container element, which is added to the parent widget has two child Element: The “decoration” and the “content” element. The decoration element has a lower z-Index and contains markup to render the widget’s background and border using an implementation of qx.ui.decoration.IDecorator.The content element is positioned inside the “container” element to respect paddings and contains the “real” widget element.

-container------------
|                    |
|  -decoration----   |
|  | -content----|-  |
|  | |           ||  |
|  --|------------|  |
|    --------------  |
|                    |
----------------------

External Documentation

Documentation of this widget in the qooxdoo wiki.

LGPL, EPL © 2008 QxTransformer | Siarhei Barysiuk & Christian Boulanger.
Site design and illustrations by Siarhei Barysiuk. | Icons by Dry Icons.

qooxdoo