Android で Phonegap と sencha の評価バーを使用したいと考えています。私については、以下のリンクを参照してください。
そこで、 assets内の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)
これらのファイルを保持して使用する必要がある場所がわかりません。