Check documentation for the latest version of dhtmlxSuite setWidth DHTMLX Docs

setWidth

sets the width of the control parent node

void setWidth(number width);
widthnumbercontrol parent node width

Example

myVault.setWidth(400);

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