hi!
I couldn't find a list of all Events available, nor what I would need to call a function when the content of a ComboBox is changed.
I have a ComboBox, created from a JsonStore, which should load new form data when it is changed, which event do I have to use and do I have to change something else as well in my listener?
listeners: { 'update': {fn:function(){
fs.form.load({
url:'host.com/example.json',
method:'GET',
waitMsg:'Loading...'
});
}
thx
Dumas