Verj.io JavaScript API
Integration Service
Form
Integration Service
REST Service
Workflow Process
GridCellControl
.setVAlign
Sets the vertical alignment for all child content where all child controls are aligned as a single block.
Supported values:
Value
Constant
Center
ControlConstants.VERTICAL_ALIGNMENT_CENTER
Top
ControlConstants.VERTICAL_ALIGNMENT_TOP
Bottom
ControlConstants.VERTICAL_ALIGNMENT_BOTTOM
Example:
controls.GRIDCELL1.setVAlign(ControlConstants.VERTICAL_ALIGNMENT_TOP);
Parameters
java.lang.String vAlign,
Supported values:
Example: