Verj.io JavaScript API
Workflow Process
Form
Integration Service
REST Service
Workflow Process
MessageStyleProperties
.setHAlign
Sets horizontal alignment. Supported values are:
Center
Left
Right
null - removes alignment
Example:
controls.PANEL1.errorMessageStyle.hAlign = ControlConstants.HORIZONTAL_ALIGNMENT_RIGHT;
Parameters
java.lang.String hAlign,
Example: