ben.gillis
17 Jan 2012, 11:00 AM
Hi,
I'm still looking through the forums, but not found quite what I need. This is probably trivial ?
1. An Ext.form.ComboBox on a tbar inside an Ext.Window needs to be populated with items using an existing javascript routine that does the AJAX call and returns JSON.
2. I need to switch out the items in the Ext.Window. (Update a Chart using the JSON data).
All I'm finding so far is using JsonStore's and not sure if the myWindow.add(myItems) is going to do the trick?
Thanks.
I'm still looking through the forums, but not found quite what I need. This is probably trivial ?
1. An Ext.form.ComboBox on a tbar inside an Ext.Window needs to be populated with items using an existing javascript routine that does the AJAX call and returns JSON.
2. I need to switch out the items in the Ext.Window. (Update a Chart using the JSON data).
All I'm finding so far is using JsonStore's and not sure if the myWindow.add(myItems) is going to do the trick?
Thanks.