• Hide/Show All Tabs

    This function would allow you to show or hide all tabs on a form.

    It could be accomplished by adding functionality to the existing function:

    HideTabs('*')
    ShowTabs('*')

    Or by creating a totally new function set:

    HideAllTabs()
    ShowAllTabs()

    If you have a complex system for showing only specific tabs, given a condition or dataset, hiding all of the tabs is less work on the configurator than hiding specific tabs, then showing specific tabs.  This would make one less maintenance point.