> No, nothing happens.
> 
> what means "testml"
> 
> and where  i should insert it?

Christian just gave you an example for a custom theme class, using
"testml" as an arbitrary name space. You would translate that to the
name space of your application and implement it in your own theme class
(in source/class/<your_name_space>/theme).

Are you developing your own application? That would be really essential
and I'm wondering as you started off your questions referring to an
online demo. Did you already make your way through the online "Hello
World" tutorial? All we are writing only makes sense in the context of a
self-written qooxdoo application, and you need to have a certain grasp
of the basics before you can tackle something more advanced like these
theming issues. If you finished the "Hello World" tutorial, I recommend
reading up in the manual about application and code structure, and play
a bit with those files to familiarize yourself with the basic ideas of
qooxdoo applications and classes. If you feel confident, you might then
move on reading the theming introduction [1].

If you just want to explore qooxdoo coding a bit, the Playground [2]
might be a good help. You can e.g. create labels and buttons and play
around styling those and see the effects.

T.

[1] http://qooxdoo.org/documentation/1.0/ui_theming
[2] http://demo.qooxdoo.org/current/playground


>>>> You can override the "default" font with your one. Here an example for 
>>>> that:
>>>> qx.Theme.define("testml.theme.Font",
>>>> {
>>>>    extend : qx.theme.modern.Font,
>>>>
>>>>    fonts :
>>>>    {
>>>>      "default" :
>>>>      {
>>>>        size : 14,
>>>>        lineHeight : 1.4,
>>>>        family : [ "Tahoma", "Liberation Sans", "Arial", "sans-serif" ]
>>>>      }
>>>>    }
>>>> });
>>>>
>>>> Please also have a look at the "qx.theme.modern.Font" as example.

------------------------------------------------------------------------------
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

Reply via email to