Skip to content

Tabbed group of fields

Aurovrata V edited this page May 24, 2017 · 2 revisions

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.

Create an Inner-grid from a column

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. inner-row

Create a tabbed section from an inner-row

An inner-row can be converted into a tabbed group of fields tabbed row

Example of 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. tabbed example