摘要:
来源于《sencha touch权威指南》-------------------------------除app.js外,其它内容都与上一篇博客里的内容相同。app.js代码如下:Ext.require(['Ext.form.Panel','Ext.form.FieldSet','Ext.field.Radio','Ext.field.Select','Ext.TitleBar','Ext.field.DatePicker']);Ext.application({ name: 'MyApp& 阅读全文
posted @ 2013-12-01 16:35
php之路
阅读(423)
评论(0)
推荐(0)
摘要:
来自于《sencha touch 权威指南》-------------------------------一、网站结构二、index.html代码sencha touch三、app.js代码Ext.require(['Ext.form.Panel','Ext.form.FieldSet','Ext.field.Text']);Ext.application({ name: 'MyApp', icon: 'images/icon.png', glossOnIcon: false, phoneStartupScreen 阅读全文
posted @ 2013-12-01 10:38
php之路
阅读(311)
评论(0)
推荐(0)
摘要:
chrome开发者工具下提示:[WARN][Anonymous] [Ext.Loader] Synchronously loading 'Ext.field.Text'; consider adding 'Ext.field.Text' explicitly as a require of the corresponding class 解决方法:事先指定加载 Ext.field.Text (文件路径为 src/field/Text.js)详细原理参考:http://blog.csdn.net/yanwushu/article/details/8296372 阅读全文
posted @ 2013-12-01 09:37
php之路
阅读(1292)
评论(0)
推荐(0)
浙公网安备 33010602011771号