ImageButton

An image button is a button that shows an image rather than a label. An ImageButton node can have these attributes, in addition to the common control attributes:

Attribute Description
Image Source of the image that is displayed on the button.

See App images.

You can also configure an image button to show a popup menu. The menu items are configured under the PopupMenu node, which is a child of the ImageButton node. The PopupMenu node has these attributes:

Attribute Description
Id Identifier for the popup menu.
ShowSelector Indicates whether the popup menu will indicate which record is currently selected.

The PopupMenu node has a child Items node with one or more Item nodes as children. Each Item node defines an item that will be displayed in the popup menu. An Item node can have the common control attributes: