-
Book Overview & Buying
-
Table Of Contents
qooxdoo Beginner's Guide
By :
A qooxdoo property management system is a very convenient mechanism, and it simplifies the code and improves the maintainability of the code. It perfectly demonstrates the framework's three virtues—elegance, power, and speed.
A qooxdoo property is a dynamic property; the framework provides a lot of in-built features for the qooxdoo properties. This is different from the variables of the object. If you want to use all the features of the qooxdoo property, go for it; otherwise, go for the member variables. Eventually, a qooxdoo property will get converted to member variables and extra supporting member functions, both provided by the qooxdoo framework. For these properties, the qooxdoo framework initializes the properties and provides few predefined methods to access the properties instead of giving direct access to the property. It reduces the overhead in writing type checks, firing change value events, validations, performance optimizations, and so on.
Let's define a...
Change the font size
Change margin width
Change background colour