私は、Sencha touch 2 に関しては初心者です。jsonp データをストアにバインドしている時点で立ち往生しています。newtons json ライブラリを使用して作成された私の jsonp データは次のとおりです。
getjobinfo({"success":true,"method":"GetJobInfo","errormsg":"","csjob":{"jobguid":"1ac1d6bf-80bd-4555-aeba-77e5bdb7b265","jobcode":"ABCDEFGH","jobdescription":"This is the job description. It's a great job. You'll make a lot of money. Hardly any work required.","jobquestions":[{"jobquestionguid":"1ac1d6bf-80bd-4555-aeba-77e5bdb7b266","jobquestiontext":"Describe what you would do if you made a lot of money."},{"jobquestionguid":"1ac1d6bf-80bd-4555-aeba-77e5bdb7b267","jobquestiontext":"Please describe your unique approach to doing nothing and the biggest challenge you've faced doing nothing in other jobs."}]}});
質問の数は、ジョブコードに応じて動的です
ジョブコードも取得したいし、別の場所で質問をリストにバインドしたい。
しかし、質問をバインドしようとすると、ジョブコードにアクセスできず、その逆も同様です。
1店舗だけ利用したい。モデルは複数回使用できます。
しかし、私が知らないモデルを関連付けるには.
助けてください。