-1
私は月、年のピッカーフィールドの新しいプラグインをフォームに追加しようとしています。プラグインが動作しないsencha touch
xtype:'datepickerfield',
name:'expDate',
label:'Expiration',
format: 'm-Y', // or other format you'd like
plugins: 'monthPickerPlugin',
picker:{ yearFrom:2012, yearTo:2030, slotOrder:['day','month','year']}
},
を、私は次のエラーを得た: 未定義のため
おかげオブジェクトではありません、それはそこに書かれているように私の日付ピッカーを提出し
I found this plugin in one of sencha forums:
は、私は2つの行を追加しましたすべての答え。
かかわらず、それをテストしたことがない誰も私を助けてくださいことはできますか? – Elad
これは3.xのプラグインです – kirilloid
私はSencha-touch 1.1.0を使用しています どういう意味ですか? – Elad