Documentation update (tab positioning)
This commit is contained in:
parent
8d3f6183a0
commit
f84908d4cb
1 changed files with 8 additions and 0 deletions
|
@ -136,6 +136,14 @@ Set tab icon (a iconURL or an icon must be given).
|
||||||
|
|
||||||
Get current tab icon URL / icon.
|
Get current tab icon URL / icon.
|
||||||
|
|
||||||
|
#### `tab.setPosition(newPosition)`
|
||||||
|
|
||||||
|
Move tab to the specified position.
|
||||||
|
|
||||||
|
#### `tab.getPosition()`
|
||||||
|
|
||||||
|
Get the tab position.
|
||||||
|
|
||||||
#### `tab.activate()`
|
#### `tab.activate()`
|
||||||
|
|
||||||
Activate this tab. The class "active" is added to the active tab.
|
Activate this tab. The class "active" is added to the active tab.
|
||||||
|
|
Loading…
Reference in a new issue