Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Darshita Patel on Sep 04, 2007 20:03
open dhtmlx forum
ToolBar Dropdown

Hi,

In the toolbar, I want to have a dropdown menu that gets populated dynamically from the look up table in the database. Is there a way to do that in the dropdown menu within the toolbar?

Please, let me know...how I can accomplish this.
Thanks,
Darshita
Answer posted on Sep 05, 2007 17:59
>> that gets populated dynamically
Basically because all toolbar can be loaded from XML stream - it is not a problem to load data from some server side script which will generate XML including data from DB.

There is no any additional calls which can load additional data ( of course it possible to create custom AJAX call and use javascript API to add necessary options, but there is no ready to use code for automation such task )