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.
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);
See this control in action using the Wax Demo App
Distributed under the MIT License. See LICENSE
for more information.