Documentation

Reference
qx:atom (qx.ui.basic.Atom)

A multi-purpose widget, which combines a label with an icon.

The intended purpose of qx.ui.basic.Atom is to easily align the common icon-text combination in different ways.

This is useful for all types of buttons, tooltips, ...

Example

Here is a little example of how to use the widget.

  var atom = new qx.ui.basic.Atom("Icon Right", "icon/32/actions/go-next.png");
  this.getRoot().add(atom);

This example creates an atom with the label “Icon Right” and an icon.

External Documentation

Documentation of this widget in the qooxdoo wiki.

LGPL, EPL © 2008 QxTransformer | Siarhei Barysiuk & Christian Boulanger.
Site design and illustrations by Siarhei Barysiuk. | Icons by Dry Icons.

qooxdoo