treestyletab/tests/unit/treestyletab_treeUtils.test.js
2009-05-15 17:11:01 +00:00

21 lines
399 B
JavaScript

/*
sv.rootTabs
sv.getParentTab(tab)
sv.getRootTab(tab)
sv.getNextSiblingTab(tab)
sv.getPreviousSiblingTab(tab)
sv.getChildTabs(tab, array)
sv.hasChildTabs(tab)
sv.getDescendantTabs(tab)
sv.getFirstChildTab(tab)
sv.getLastChildTab(tab)
sv.getLastDescendantTab(tab)
sv.getChildIndex(tab, parent)
sv.removeTabSubTree(tabs, onlychildren)
sv.collapseExpandAllSubtree(collapse)
*/