Sencha 2 -need help for cf json data (for eg:CFJSONReader )
Posted
by
usershaf
on Stack Overflow
See other posts from Stack Overflow
or by usershaf
Published on 2012-03-21T05:26:08Z
Indexed on
2012/03/21
5:29 UTC
Read the original article
Hit count: 196
coldfusion-9
|sencha-touch-2
I am new to sencha , and using sencha 2 mvc. I have a cfc returned json data, which I want to use in my list views. I have read about CFJsonReader and CFQueryReader, but both have been scripted for EXt Js 3 x. I cant see an mvc proper code for sencha 2 anywhere else.I tried many times and all in vein.Please some help suggest me/help me to solve my problem ...My outpur is like :
{"QUERY":{"COLUMNS":["CLIENTID"],"DATA":[[1013],[1010],[1016],[1017],[1013]]},"TOTALROWCOUNT":5}
Please pls help me...
© Stack Overflow or respective owner