UNPKG

nos-forms-jquery

Version:

Build and validate DRY html forms in minutes with JSON, jQuery and Bootstrap

28 lines (26 loc) 622 B
# Type # ## buttonGroup ## ```javascript { "name": "btnGroup", "type": "buttonGroup", "classname": "", // assigns class to the buttonGroup div "vertical": false, // stack buttons vertically "formGroup": true, "label": "Button Groups", "buttons": [ { "name": "submit", "type": "submit", "value": "Submit", "classname": "btn btn-default" }, { "name": "reset", "type": "reset", "value": "Reset", "classname": "btn btn-default" } ] } ```