Verj.io JavaScript API
Workflow Process
Form
Integration Service
REST Service
Workflow Process
StaticMenuItemControl
.setImagePosition
Sets the position of the optional image relative to the menu item 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.STATICMENUITEM1.imagePosition = "Left";
Parameters
java.lang.String imagePosition,
Supported values:
Further documentation.
Examples: