A theme for the Qooxdoo JavaScript Framework
The «GraydientTheme» mainly relies on CSS techniques in order to create the appearances of widgets. This makes it rather lightweight and the rendering of GUI elements shows almost no delays.
In the current version of «Graydient» a lot of items have changed compared to the earlier version of 2011. Some people might even say that it's not the same theme anymore. Nevertheless, I hope a few people like it and consider using it in one of their applications.
To use the Theme in your application, go into the application root directory and install the theme into your project:
$ qx package update
$ qx package list
$ qx package install goldim/GraydientTheme
now you just have to modify your compile.json to enable the theme:
"applications": [
{
...
"theme": "graydienttheme.theme.Theme",
...
}
],
Using Qooxdoos WidgetBrowser
TBD
- Fix media player knob
Distributed under the MIT License. See LICENSE
for more information.
Norbert Schröder - @scro34 - email: n.schroeder@scro34.de