Categories | Question details Back To List | ||
toolBar - more rows Is it posiible to have more rows in one toolbar (like in tabbar?). Answer posted by Alex (support) on Apr 25, 2009 00:09 Toolbar doesn't support multi-row mode. But you define several toolbars that are placed one by one: <div id="toolbarObj"></div> <div id="toolbarObj1"></div> <script> var webBar = new dhtmlXToolbarObject("toolbarObj"); |