Rearrange order
Allows you to rearrange the order of ChildrenTabs in Detail View.
Warning
This is about ChildrenTabs, not about Custom Tabs . CustomTabs can be rearranged by just changing the order of creation.
Given the following ChildrenTabs...
-
tab1
-
tab2
-
tab3
-
tab4
...the following
.sort
-function call will rearrange the ChildrenTabs according to the order, given in
1st
arguent, which is and array of strings (child-tablenames):
1 2 |
|
New Order of ChildrenTabs:
-
tab
3 -
tab
1 -
tab
2 -
tab
4
(tab4 has not been touched)
See also ¶
- Activate a different Tab
- Custom Tabs