Skip to content

Children Tabs

Note

Children Tabs != Custom Tabs

Screenshot

Children Tabs

Attention

Due to "lazy loading" of children tabs we will have to wait before we can modify them

Get Children Tabs

1
2
3
4
var dv = AppGiniHelper.DV;
dv.ready(function() {
    var ch_tabs = dv.getChildrenTabs();
});