Documentation

Reference
qx:image (qx.ui.basic.Image)

The image class displays an image file

This class supports image clipping, which means that multiple images can be combined into one large image and only the relevant part is shown.

Example

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

  var image = new qx.ui.basic.Image("icon/32/actions/format-justify-left.png");

  this.getRoot().add(image);

This example create a widget to display the image icon/32/actions/format-justify-left.png.

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