Check documentation for the latest version of dhtmlxSuite getWidth DHTMLX Docs

getWidth

returns the current width of an input item

number getWidth(string|number itemId);
itemIdstring|numberthe id of an input item
numberinput's width

Example

var width = myToolbar.getWidth(itemId);

Back to top