Check documentation for the latest version of dhtmlxSuite removeSpacer DHTMLX Docs

removeSpacer

removes the free space between the specified item and the items on its right side

void removeSpacer(string|number itemId);
itemIdstring|numberthe id of an item after which free space will be removed

Example

myToolbar.removeSpacer(itemId);

Back to top