This section is maintained by the qooxdoo community. Here is how you can contribute.

Usage

It is very easy to use contributions in your application. For instance, using a widget from qooxdoo-contrib should almost be as easy and transparent as using any other widget that came with the framework itself.

Of course, before actually using the contrib in your code, the build process for your application needs to know where to get this contribution from.

Including contribs into your app

Contributions can be included in a configuration like any other libraries: You add an appropriate entry in the library array of your configuration file.

See the detailed documentation on how to setup your configuration.

For further information regarding integrating take a look at how to integrate a contribution into your application.

Including contribs into legacy qooxdoo 0.7.x apps

The configuration for including a contribution changed between qooxdoo 0.7 and 0.8, so please consult the appropriate legacy info.