nos-forms-jquery
Version:
Build and validate DRY html forms in minutes with JSON, jQuery and Bootstrap
34 lines (31 loc) • 622 B
Markdown
# Type #
## color ##
#### Example with all options ####
```javascript
{
"name": "colorexample",
"id": "colorId",
"type": "color",
"label": "Color Picker Example",
"required": true,
"title": "Color Picker Example",
"disabled": false,
"data": {
"field": 0,
"testing": 123,
},
"autofocus": false,
"classname": "",
"formGroup": true,
"value": "#E7E7E8"
}
```
#### More practical example ####
```javascript
{
"name": "colorexample",
"type": "color",
"label": "Color Picker Example",
"value": "#E7E7E8"
}
```