New version, added hideshow functionality, theme changed a bit.
This commit is contained in:
@@ -18,12 +18,18 @@
|
||||
<button id="goTop" type="button" title="To Top">
|
||||
<img style="width:1em; height:1em;" src="../icons/up-arrow.png"/>
|
||||
</button>
|
||||
<button id="showAllBttn" type="button" title="Unhide All Tabs">
|
||||
<img style="width:1em; height:1em;" src="../icons/eyeOpen.png"/>
|
||||
</button>
|
||||
<button id="goToTab" type="button" title="Scroll Current Tab To View">
|
||||
<img style="width:1em; height:1em;" src="../icons/go2-arrow.png"/>
|
||||
</button>
|
||||
<button id="newTab" type="button" title="New Tab">
|
||||
<img style="width:1em; height:1em;" src="../icons/plus.png"/>
|
||||
</button>
|
||||
<button id="hideAllBttn" type="button" title="Hide All Tabs">
|
||||
<img style="width:1em; height:1em;" src="../icons/eyeClosed.png"/>
|
||||
</button>
|
||||
<button id="goBottom" type="button" title="To Bottom">
|
||||
<img style="width:1em; height:1em;" src="../icons/down-arrow.png"/>
|
||||
</button>
|
||||
@@ -32,6 +38,7 @@
|
||||
|
||||
<script src="../scripts/libs/dragula.min.js" charset="utf-8"></script>
|
||||
<script src="../scripts/dragContainersSetup.js" charset="utf-8"></script>
|
||||
<script src="../scripts/showHideLogic.js"></script>
|
||||
<script src="../scripts/generateView.js"></script>
|
||||
<script src="../scripts/searchTabs.js"></script>
|
||||
<script src="../scripts/eventListeners.js" charset="utf-8"></script>
|
||||
|
Reference in New Issue
Block a user