...
Returns:
- [object] ribbon object or null when no object found
setVisible(
shouldBeVisibleisVisible)
Depending on the argument's value shows or hides this tab from the window header.
...
If you set currently focused (active) tab to be not visible then the first visible tab (counting from the left) will be focused (activated).
Arguments:
- tabName isVisible - [stringboolean] name of the tabtrue if tab name should be displayed in the tabs list, at the window's header.
Returns:
none
7.3.4. form
setComponentLoading(isLoadingVisible)
...