Documentation update (tab positioning)

This commit is contained in:
W Etheredge 2017-10-26 19:03:37 -05:00
parent 8d3f6183a0
commit f84908d4cb

View file

@ -136,6 +136,14 @@ Set tab icon (a iconURL or an icon must be given).
Get current tab icon URL / icon.
#### `tab.setPosition(newPosition)`
Move tab to the specified position.
#### `tab.getPosition()`
Get the tab position.
#### `tab.activate()`
Activate this tab. The class "active" is added to the active tab.