From f84908d4cbd3add6e08a3cbd45f262ec8d4670a8 Mon Sep 17 00:00:00 2001 From: W Etheredge Date: Thu, 26 Oct 2017 19:03:37 -0500 Subject: [PATCH] Documentation update (tab positioning) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1a9432c..ca38ccc 100644 --- a/README.md +++ b/README.md @@ -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.