tooltipAt(i, [tooltip])
Class: Tabs.
Description:
Sets or gets the tooltip text for the tab at specified index.
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
number |
Index of the tab |
|
|
string |
New tooltip text for the tab |
Returns:
When setting tooltip argument, this Tabs component object is returned; otherwise current tooltip text is returned.
Type: string | Tabs
