Function | Activates a tab | ||||
Example |
<!-- tabstrip definition--> <table> <tr> <td id="tabvisits" class="tab" onclick="S10ActivateTab(this);"> Current customer appointment </td> <td id="tabinfo" class="tabactive" onclick="S10ActivateTab(this);"> Customer info </td> <td id="tabmap" class="tab" onclick="S10ActivateTab(this);"> Map </td> </tr> </table> |
||||
Parameters |
|
||||
Description |
The specified tab is activated. For details on how to use the tabs, see
Tabs. |
||||
Components | S10 Framework |