-
Book Overview & Buying
-
Table Of Contents
qooxdoo Beginner's Guide
qooxdoo allows you to keep the styles of the graphical user interface separately in the themes feature, so that the style can be changed at any point of time, by changing the theme and without needing to change the application code. The styles have to be defined in qooxdoo-specific syntax, which will be internally converted to DOM style for the application. For the style properties, you can refer to the respective classes. For instance, the possible font properties are defined in the qx.bom.Font class.
qooxdoo framework provides a set of classes to manage themes in the application and provides three different themes. It allows you to use one of them for your application (even at runtime), or to customize the theme for your application, and enables you to develop your own theme.
Class hierarchy of the theme package is shown in the following screenshot:

qooxdoo framework delivers three sets of themes, within the framework. They are the Classic, Modern, and Simple themes. The Simple...
Change the font size
Change margin width
Change background colour