nos-forms-jquery
Version:
Build and validate DRY html forms in minutes with JSON, jQuery and Bootstrap
23 lines (21 loc) • 396 B
Markdown
# Type #
## image ##
```javascript
{
"name": "imageExample",
"id": "imageId",
"type": "image",
"classname": "",
"formGroup": true,
"inline": false,
"autofocus": false,
"data": {
"field": 0,
"testing": 123,
},
"src": "http://placehold.it/50x40",
"alt": "Placeholder Image",
"height": 50,
"width": 50
}
```