Verj.io JavaScript API
REST Service
Form
Integration Service
REST Service
Workflow Process
BasicBlockControl
.setHeight
Sets the panel 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.PANEL1.height = "50px"; controls.PANEL1.setHeight("100px");
Parameters
java.lang.String height,
null
removes any existing value.Examples: