accordion2
Key
Type
Description
Usage
{
"label": "Enter Some Contacts (min. 1 max 4)",
"max": 4,
"min": 1,
"model": "contacts",
"slots": [{
"html": "This is row:{{row._index +1}}, with the full name: {{model.nameFirst}} {{model.nameLast}}`",
"slot": "tabLabel"
}],
"schema": {
"fields": [{
"inputType": "text",
"label": "First Name",
"model": "nameFirst",
"styleClasses": "",
"type": "input"
},{
"inputType": "text",
"label": "Last Name",
"model": "nameLast",
"styleClasses": "",
"type": "input"
}]
},
"styleClasses": "col-md-6",
"type": "accordion2"
}Controlling Which Accordion is Open (modelActiveTab)
Notes
Last updated
Was this helpful?