Skip to content

Upcoming

This function is not published, yet

Turn ChildrenTabs into expandable Panels

Allows us to turn default children tabs into expandable panels which auto-save and -restore there state (collapsed/expanded)

Usage

Example

1
2
// file: hooks/TABLENAME-dv.js
AppGiniHelper.DV.getChildrenTabs().toPanels();

or

Example

1
2
3
4
<!-- file: hooks/header-extras.php -->
<script>
AppGiniHelper.DV.getChildrenTabs().toPanels();
</script>

Result

ChildrenTabs as expandable Panels

All Collapsed

One Expanded

Default

ChildrenTabs as Tabs

See also