Skip to content

A groupbox desktop control for the Qooxdoo JavaScript Framework

License

Notifications You must be signed in to change notification settings

sqville/ville.GroupBox

Repository files navigation

ville.GroupBox

ville.GroupBox is a Qooxdoo desktop ui control. It brings a collapsable feature to the standard GroupBox control, and is designed to function across all screen sizes.

Using the Control in your Application

To use the control in your application, go into the application root directory and install the library into your project:

qx package update
qx package list
qx package install sqville/ville.GroupBox

to use the control as intended you must include Theme classes into your applications current theme. Include the two lines below at the top of your applications main function:

qx.Theme.include(qx.theme.manager.Appearance.getInstance().getTheme(), ville.groupbox.Appearance);
qx.Theme.include(qx.theme.manager.Decoration.getInstance().getTheme(), ville.groupbox.Decoration);

Demo

See this control in action using the Wax Demo App

License

Distributed under the MIT License. See LICENSE for more information.