UNPKG

jsonform

Version:

Client-side JavaScript library that generates HTML forms from structured data models expressed using a JSON schema, possibly completed by a form layout description.

14 lines (13 loc) 191 B
var tests = [ { name: 'help', jsonform: { form: [ { type: 'help', helpvalue: 'Yell <strong>help!</strong> for help' } ] } } ];