Widget

This is the base class for all widgets.

Features

  • Integration with event system
  • Focus handling
  • Drag and drop
  • Auto sizing
  • Theming
  • Tool tips
  • Context menus
  • Visibility handling
  • Sub widget management

Description

The widget is the base class for all qooxdoo widgets. It contains the widget system's core functionality and usually consists of exactly one DOM element. Depending on its type, this element can be an image element, an iframe element or, as in most cases, a DIV element.

Demos

There are no explicit widget demos since the widget is typically sub classed.

API

Here is a link to the API of the Widget: