ABSICON

This is an image which is drawn at a defined coordinate. Either show the image in the original size or define the image size explicitly. Optionally, define a method to be called when the image is clicked.


Properties

Basic
image

Name of the image to be displayed as an icon. The value must be a valid URL.

Obligatory  
method

Name of the adapter method to be called by clicking on the icon. If the name is not specified, the data of the page is synchronized with the server by clicking on the icon.

Obligatory  
x

X-coordinated (in pixels) of the left top corner of the control.

Optional  
y

Y-coordinated (in pixels) of the left top corner of the control.

Optional  
z

Z-coordinated (in pixels) of the left top corner of the control.

Optional  
title

Title of the icon to be displayed as a "tool tip". If the mouse cursor stays on the icon for some time, the title will appear.

Optional  
titletextid

Text id of the icon's title, replaced by a literal by the multi language management at runtime.

Optional  
comment

Comment without any effect on rendering and behaviour. The comment is shown in the layout editor's tree view.

Optional