私はこれをやろうとしています:
...
store: ZAdmin.store.TreeFactory.create('ZAdmin.model.Category', 'Application\\Entity\\Category')
...
しかし、取得:
...
store: 'ZAdmin.store.TreeFactory.create(\'ZAdmin.model.Category\', \'Application\\Entity\\Category\')'
...
ストアを文字列からオブジェクトタイプに変更する方法はありません。
それを修正する方法は?
PS私はGUIで設定プロパティを編集しようとしています。Sencha Architectは、storeを文字列と見なすため、任意の値を自動エスケープします。