Verj.io JavaScript API
REST Service
Form
Integration Service
REST Service
Workflow Process
ImageControlProperties
.isDisplayAsHyperlink
Returns
true
if the image should behave as a hyperlink when clicked, otherwise returns
false
.
When
true
and the image is clicked by the user, the hyperlink URL is displayed (property
hyperlinkURL
)
When
false
and the image is clicked by the user, the on click event is executed (if configured)
returns
boolean
true
if the image should behave as a hyperlink when clicked, otherwise returnsfalse
.true
and the image is clicked by the user, the hyperlink URL is displayed (propertyhyperlinkURL
)false
and the image is clicked by the user, the on click event is executed (if configured)