1.0.7 • Published 2 years ago

ns001-frmbuld v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Form Builder JSON Payload:

{
  "builder":"",
  "author":"",
  "version":"",
  "last-updated":"",
  "layout":{"grid":"2*N", "view":"single|tab", "is_view_changeable":"true/false"}
  "will_display":[{"section1|fld1":[],"section1|fld2":[]}],
  "prep-kit":[
    "id":1,
    "label":"Section-1 Label",
    "action":"default",
    "error":0,
    "class":"",
    "completed":false,
    "flds":[
      {
        "label":"Field Label - 1",
        "placeholder":"",
        "element":{"dom":"textfield","type":"text","id":"key","export_idx":"key"},
        "rules":"required",
        "data":"",
        "error":"",
        "style":[],
        "class":"",
        "pclass":"",
        "will_display":[{"fld1":[],"fld2":[]}],
        "flds":[
          {
            "label":"Field Label - 1.1",
            "placeholder":"",
            "element":{"dom":"textfield","type":"text","id":"key","export_idx":"key"},
            "rules":"required",
            "data":"",
            "error":"",
            "style":[],
            "class":"",
            "pclass":"",
          }          
        ]
      },
      {
        "label":"Field Label - 2",
        "placeholder":"",
        "element":{"dom":"textfield","type":"text","id":"key","export_idx":"key"},
        "rules":"required",
        "data":"",
        "error":"",
        "style":[],
        "class":"",
        "pclass":"",        
        "sections":[
          {
            "label":"Field Label - 2.1",
            "placeholder":"",
            "element":{"dom":"textfield","type":"text","id":"key","export_idx":"key"},
            "rules":"required",
            "data":"",
            "error":"",
            "style":[],
            "class":"",
            "pclass":"",
            "will_display":[{"fld1":[],"fld2":[]}],
          }          
        ]
      }      
    ]
  ]
}

Features:

  • Create a payload JSON and override the all functions.
1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago