how can I fill data to extjs component using querystring?

Posted by shahjapan on Stack Overflow See other posts from Stack Overflow or by shahjapan
Published on 2010-02-03T11:22:51Z Indexed on 2010/05/07 2:08 UTC
Read the original article Hit count: 457

Filed under:
|
|
|
|

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 ....

© Stack Overflow or respective owner

Related posts about extjs

Related posts about data