Philippe Poulard wrote:
> Fixed: in the demo code, it is written 
> #asset(qx/icon/${qx.icontheme}/16/actions/*) and in the doc it is 
> written "qx.iconthemes" : ["Tango", "Oxygen"]
>
> Copy/Paste is evil :(
>
>   
Philippe,

the only thing to understand here is that these are simple string 
replacement macros; they only have to match. You could use your name as 
the macro name:

in the conf: "themes" : { "philippe" : ["Tango", "Oxygen"] }

and then in the js code:
#asset(qx/icon/${philippe}/16/actions/*)

I will check the docs.

HTH,
Thomas

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to