Verj.io JavaScript API
Workflow Process
Form
Integration Service
REST Service
Workflow Process
TitlePanelControl
.setImagePosition
Sets the position of the optional image relative to the text.
Supported values:
Value
Description
Left
Image is positioned to the left of the text
Right
Image is positioned to the right of the text
None
No image will be displayed
Further documentation
.
Examples:
controls.TITLEPANEL1.imagePosition = "Left";
Parameters
java.lang.String imagePosition,
Supported values:
Further documentation.
Examples: