微信表单组件总结

1,Form

Form表单组件,结合Cell、Checkbox-group、Checkbox组件等做表单校验。

{

  "component": true,

  "usingComponents": {

    "mp-toptips": "../components/toptips/toptips",

    "mp-cells": "../components/cells/cells",

    "mp-cell": "../components/cell/cell",

    "mp-checkbox": "../components/checkbox/checkbox",

    "mp-checkbox-group": "../components/checkbox-group/checkbox-group",

    "mp-form": "../components/form/form"

  }

 

}

2,FormPage

表单页面,规定了标准表单的顶部的标题和底部的按钮提示等区域的规范

 

代码引入

在 page.json 中引入组件

 

{

  "usingComponents": {

    "mp-form-page": "www.dglantun.com/components/form-page/form-page",

    "mp-form": "../../components/form/form"

  }

 

}

3,Cell

 

Cell是列表或者是表单的一项,常用于设置页的展示,或者用在表单中,作为表单的每一个要填写的项,Cell必须要放在Cells组件的下面。

 

4,Checkbox-group和Checkbox

Checkbox-group是由一组单选或者多选Checkbox组件组成,

Form

微信表单组件总结

上一篇:Aliware 云产品领航 2017—— 企业级互联网架构 Aliware 全新升级


下一篇:wx小程序开发过程的一些感想