Development tools : XUI Mobile editor : Adding Mobile widgets : XUI Mobile widgets : Image
  
Image
An Image widget is used to display images.
Derived base
dijit._Widget
Properties
Property
Description
id
A unique ID string for the widget.
src
The relative path of the source image. You can define the source of the image in this property or in the dataNameForSrc property.
dataNameForSrc
The name of a data element to which the widget is bound. The image is retrieved from the location that is specified in the data element. You can define the source of the image in this property or in the src property.
ECA editor support
Event that can be added to the Image widget with the ECA editor
onClick
This event is called when you tap the widget.
Properties that can be configured for the Image widget with the ECA editor
src
The relative path of the source image. You can define the source of the image in this property or in the dataNameForSrc property.
Applicable ECA part: Actions
id
A unique ID string for the widget.
Applicable ECA part: Expression in Condition
See also
XUI Mobile widgets