User Guide
171
Image control
The following table describes the Image control:
Image example
<CONTROL NAME="imgApplet" TYPE="Image" FILEPATH="Images/Applet.bmp"
DOWN=10 RIGHT=10 AUTOSIZE="Yes"/>
The following table describes the Image Map control:
StyleTextBox control
The following table describes the StyleTextBox control:
<CONTROL TYPE="Image" …/>
An image control capable of containing BMP images.
FILEPATH Specifies the relative path of the image file from the editor template.
AUTOSIZE YES/NO. Automatically sizes the control to the image it contains. This
option is overridden if WIDTH or HEIGHT are explicitly specified.
TRANSPARENT YES/NO. Controls transparency.
CENTER YES/NO. Centers the image.
<CONTROL TYPE="ImageMapTextArea" …/>
An image control capable of containing BMP images.
SCROLLBAR NONE/HORIZONTAL/VERTICAL/BOTH. Specifies which scrollbars
should be displayed.
WRAP Enables wrapping of text.
Disabled when a horizontal scrollbar is shown with
SCROLLBAR="Horizontal" or SCROLLBAR="Both" even when the
flag is present.
MAPNAMECONTROL Required. The name of the control in the same editor that contains
the NAME attribute of the MAP tag.
<CONTROL TYPE="StyleTextBox" …/>
VALUE The text displayed by the text box.
MAXLENGTH Limits the amount of text in the style text box to a specific number
of characters.