Git Product home page Git Product logo

form-data-binder's Introduction

simple use(in jade)

label 题目
input(type='text' name='title')
label 要求
input(type='text' name='content')
label 时间
input(type='text' name='endTime')

.a-plus.array-container(name='submissions' data-a-plus-restriction='[0, 2]' data-a-plus-length='1')
  label 交付件列表
  .a-plus.array-item.object(name='submissions[0]')
    fieldset
      legend 交付件
      label 名称
      input(type='text', name='submissions[0].name')
      .a-plus.array-container(name='submissions[0].type' data-a-plus-restriction='[1, *]' data-a-plus-length='1')
        label 文件格式
        .a-plus.array-item
          input(type='text' name='submissions[0].type[0]')
      label 要求
      input(type='text' name='submissions[0].description')

说明

  1. 对于数组的容器元素,需要加上类名array-container
  2. 数组容器dom属性data-a-plus-restriction声明数组长度限制;
  3. 数组容器dom属性data-a-plus-length声明当前长度,初始为1;
  4. 对于数组元素dom,需要加上类名array-item
  5. 如果数组元素是对象,在dom上需要加上属性name,声明数组元素;
  6. 如果数组元素是普通值,则直接在在元素上声明属性name

form-data-binder's People

Contributors

chjjin avatar ericwangqing avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.