Check documentation for the latest version of dhtmlxSuite setAlign DHTMLX Docs

setAlign

moves the toolbar items to the left/right side

void setAlign(string mode);
modestringleft/right

Example

myToolbar.setAlign("right");

Back to top