-
13 Feb 2012 6:02 PM #1
how to bind the controls on ext designer
how to bind the controls on ext designer
How to bind the controls on ext designer?
I have a json store and i already configured it to have it load the data from the source. The problem now is that i can't find any samples on how to bind controls to show the value from json store. I only manage to make the combo box work. I'd like to know how to bind or show the value from json store to text field and other controls.
Randy Honorato
-
14 Feb 2012 8:22 AM #2
You managed to get the combo working and bind it to a data store? Great!

Are you now looking at how to do something with the selected value? Take a look at the events exposed by combobox. You are looking for the select event.Aaron Conran
@aconran
Sencha Architect Development Team


Reply With Quote