On 01/22/2010 06:35 PM, Stefan Meyer wrote: > How can i add the modern thee in my project and where can i find the > definition?
You don't have to add it, as it is part of the qooxdoo SDK. (If you want to look at the source, navigate to your qooxdoo installation and from there to framework/source/class/qx/theme/Modern.js). As with all other qooxdoo classes, you can link to the Modern theme by "extend"ing it in your own theme (Christian did that in his mail particularly for the qx.theme.modern.Font theme class). This is the qooxdoo way of saying that you inherit (in the OO sense) from this class. From then on, your own class has access to and exhibits the same features as the parent class. HTH, T. ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
