Check documentation for the latest version of dhtmlxSuite setHeight DHTMLX Docs

setHeight

sets the height of the control parent node

void setHeight(number height);
heightnumbercontrol parent node height

Example

myVault.setHeight(250);

Details

This API page is for Vault v2.5. Please go to docs.dhtmlx.com/vault/ to see API reference for the current version of dhtmlxVault.

Change log

added in version 1.7

Back to top