【SENCHA TOUCH】picker的使用
生活随笔
收集整理的這篇文章主要介紹了
【SENCHA TOUCH】picker的使用
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
這里的年我是從數據庫讀取綁定的。格式如月格式。
var storeMonth = [{text : '1月',value : '1'}, {text : '2月',value : '2'}, {text : '3月',value : '3'}, {text : '4月',value : '4'}, {text : '5月',value : '5'}, {text : '6月',value : '6'}, {text : '7月',value : '7'}, {text : '8月',value : '8'}, {text : '9月',value : '9'}, {text : '10月',value : '10'}, {text : '11月',value : '11'}, {text : '12月',value : '12'}];
原帖地址:http://blog.csdn.net/hateson/article/details/9820149
總結
以上是生活随笔為你收集整理的【SENCHA TOUCH】picker的使用的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Mac Book苹果电脑设置自定义壁纸文
- 下一篇: 算法4-第一章基础