我想在android中使用Phonegap和sencha的评级栏。对于我所提到的以下链接:
sencha-touch-2-ux touch rating
所以我在 www 文件夹中保留 Ext.ux.touch.Rating.js 和 Ext.ux.touch.Rating.css 在资产内。在 app.js 中,我添加了以下行:
requires : ['Ext.ux.touch.Rating'],
在js文件中,我添加了以下代码:
xtype : 'rating',
label : 'Star Rating',
itemsCount : 5,
itemCls : 'x-rating-star',
itemHoverCls : 'x-rating-star-hover',
clearIcon : true
但它在控制台中给出了我的错误:
Failed to load resource: the server responded with a status of 404 (Not Found)
我没有得到保存这些文件并使用它们的地方。
答案 0 :(得分:0)
尝试直接在Sencha Touch中使用它。这应该工作