-
advanceSelectedTab( dir, wrap )
- Return type: no return value
- If the argument <var>dir</var> is set to
1
, the currently selected tab changes to the next tab. If the argument <var>dir</var> is set to-1
, the currently selected tab changes to the previous tab. If the <var>wrap</var> argument istrue
, the adjustment will wrap around when the first or last tab is reached.