Forms Module
Functions & Variables
The Forms Module features the following functions:
$.fn.blockstrap.forms.get(callback)$.fn.blockstrap.forms.input(options)$.fn.blockstrap.forms.process(data, form)
forms.get(callback) - back to top
This function will return the raw Mustache-compliant HTML syntax for forms from $.fn.blockstrap.snippets.form.
forms.input(options) - back to top
This functon returns a rendered HTML input using the options as field options for the form.
forms.process(data, form) - back to top
This function returns a rendered HTML form using Mustache.
It takes the supplied data and uses forms.get as the default HTML, which can be overriden via form.
- Related Articles
- Back to Modules
- Accounts
- API
- Buttons
- Contacts
- Blockchains
- Data
- Filters
- Forms
- Security
- Styles
- Templates
- Table of Contents