rbf_showOrHidePageTab()

Warning: Support for using this method with external objects (such as those mapped to external tables, to OpenEdge Service objects, or through a HDP connection) is a beta feature. This method is supported in production systems, except for external objects.

Purpose

Show or hide page-level tab with given index (only for pages where tabs are enabled).

Syntax

rbf_showOrHidePageTab(tabIndex, showTab)

Parameters

tabIndex

The 0-based index of page level tab to be activated

showTab

If true, show tab, if false, hide tab

Note: This API is supported in portals as well.