最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

微信小程序(十六)form組件詳細介紹

 更新時間:2016年09月27日 14:35:02   作者:順子_RTFSC  
這篇文章主要介紹了微信小程序form組件詳細介紹的相關(guān)資料,需要的朋友可以參考下

form表單組件 是提交form內(nèi)的所有選中屬性的值,注意每個form表單內(nèi)的組件都必須有name屬性指定否則提交不上去,button中的type兩個submit,reset屬性分別對應form的兩個事件

主要屬性:

wxml

<form bindsubmit="listenFormSubmit" bindreser="listenFormReser" >
 <checkbox-group name="checkbox" bindchange="listenerCheckbox">
  <label style="display: flex" wx:for-items="{{items}}">
   <checkbox value="{{item.name}}"/>{{item.value}}
  </label>
 </checkbox-group>

<!--button formType屬性兩個可選值submit, reset分別會觸發(fā)form的submit,reser事件 -->
 <button formType="submit" type="primary">提交</button>
 <button formType="reset" type="warn">重置</button>
</form>

js

Page({
 /**
  * 初始化數(shù)據(jù)
  */
 data:{
 items: [
  {name: 'JAVA', value: 'Android', checked: 'true'},
  {name: 'Object-C', value: 'IOS'},
  {name: 'JSX', value: 'ReactNative'},
  {name: 'JS', value: 'wechat'},
  {name: 'Python', value: 'Web'}
 ]
 },

 listenCheckboxChange: function() {
 console.log(e.detail.value);
 },

 onLoad:function(options){
 // 頁面初始化 options為頁面跳轉(zhuǎn)所帶來的參數(shù)
 }
})

相關(guān)文章:

hello WeApp                      icon組件
Window 
                            text組件                                switch組件
tabBar底部導航                 progress組件                        action-sheet
應用生命周期                    button組件                            modal組件
頁面生命周期
                    checkbox組件                       toast組件
模塊化詳                           form組件詳                            loading 組件
數(shù)據(jù)綁定
                           input 組件                             navigator 組件
View組件                          picker組件                             audio 組件
scroll-view組件                 radio組件                              video組件
swiper組件                        slider組件                              Image組件

相關(guān)文章

最新評論

天台县| 绥化市| 霞浦县| 红原县| 房产| 河间市| 舞阳县| 眉山市| 科技| 页游| 新龙县| 辽阳市| 顺义区| 土默特左旗| 伊吾县| 滕州市| 青龙| 永靖县| 阳山县| 阿图什市| 忻城县| 鹤山市| 新泰市| 巴中市| 滕州市| 西宁市| 陆河县| 闸北区| 淮北市| 峡江县| 平安县| 芦山县| 安岳县| 通海县| 黎平县| 洛隆县| 库伦旗| 石泉县| 长兴县| 普格县| 岳西县|