Verj.io JavaScript API
Workflow Process
Form
Integration Service
REST Service
Workflow Process
BootstrapRowControl
.setHeight
Sets the row height, and is equivalent to the CSS
height
property and any valid value for this CSS property can be used. Setting this property to
null
removes any existing value.
Examples:
controls.ROW1.height = "50px"; controls.ROW1.setHeight("100px");
Parameters
java.lang.String height,
null
removes any existing value.Examples: