Categories | Question details Back To List | ||
toolbar buttonselect Hi, Can a buttonselect nested inside another button select? This xml file doesn't seemed to work <?xml version='1.0'?> <toolbar> <item id='3' type='buttonSelect' text='Customer Service'> <item id='6' type='buttonSelect' text='Testing'> <item id='10' type='button' text='Communication'></item> <item id='11' type='button' text='Quoting'></item> <item id='12' type='button' text='Parts Order'></item> <item id='13' type='button' text='Scheduling'></item> <item id='14' type='button' text='Create Work Order'></item> <item id='15' type='button' text='Report Completion'></item> <item id='16' type='button' text='Invoicing'></item> <item id='17' type='button' text='Printing and Mailing'></item> <item id='18' type='button' text='Collections'></item> </item> <item id='7' type='button' text='DO Service'></item> <item id='8' type='button' text='ISD'></item> <item id='9' type='button' text='Dispenser Calibration'></item> </item> <item id='4' type='button' text='Supplier Mngt'></item> <item id='5' type='button' text='Inventory Mngt'></item> </toolbar> The nested buttonselect "testing" inside the "Customer Service" does not show up While the rest shows ok. Any other way to accomplish this one? Appreciate your help. Thanks Florante Answer posted by Alex (support) on Sep 25, 2009 07:08 Hello, no, it can't. You can try to use dhtmlxmenu instead of toolbar. It supports multi-level stuctures. |