-
Notifications
You must be signed in to change notification settings - Fork 7
Tabbed group of fields
The plugin allows you to transform a row into a tabbed section, allowing users to add more tabs (in effect duplicating the entire structure of the row into a new tab.
WARNING: currently this functionality only works with non-array fields (text, number, single select dropdowns, telephone, url, email fields, checkbox). It does not work with radio buttons and multi-select fields, or any fields which uses arrays. This is because these fields are converted to arrays by the plugin to handled multi-tab creation.
A column can be converted into a more complex inner-structure by editing the column ('pencil' button in the control bar above the column) and selecting the option 'Make grid' which will convert the column into an inner-row.
An inner-row can be converted into a tabbed group of fields
A tabbed row is converted into jQuery tabs which a user can dynamically duplciate to enter multiple sets of the fields present in the initial tab.