Check documentation for the latest version of dhtmlxSuite addSpacer DHTMLX Docs

addSpacer

moves all items to the right side of the specified one

void addSpacer(string|number itemId);
itemIdstring|numberthe id of an item after which all other items will be moved to the right

Example

myToolbar.addSpacer(itemId);

Back to top