我是 Sencha Touch 2 的新手,并尝试按照本教程学习它。打开时出现错误index.html
。这是错误:
[Ext.createByAlias] Cannot create an instance of unrecognized alias: widget.noteslist
sencha-touch-debug.js:6295 Uncaught Error:
谢谢!
编辑:
根据 hekomobile 的建议,我做了一些更改。requires 属性现在是:
requires: [
'NotesApp.view.NotesListContainer',
'NotesApp.view.NotesList'
],
此外,将 itemTpl 属性字符串全部放在一行似乎可以解决问题(排序)。
部分应用程序加载(顶部工具栏加载),但商店没有,我收到此错误:
[WARN][NotesApp.view.NotesList#applyStore] The specified Store cannot be found Console.js:35
可以在此处下载该项目代码的当前状态。