how can I fill data to extjs component using querystring?
- by shahjapan
for example if I have extjs ComboBox, and I have URL like http://localhost:8080?param=value1,value2,value3
how can I access this << param value in ExtJS, so that I can covert it into something like Ext.data.Array or ....