Check documentation for the latest version of dhtmlxSuite addSeparator DHTMLX Docs

addSeparator

adds a separator to the toolbar

void addSeparator(string|number id,number pos);
idstring|numberthe id of a separator
posnumberthe position of a separator

Example

myToolbar.addSeparator(id, pos);

Back to top