Rearrange order
Allows you to rearrange the order of ChildrenTabs in Detail View.
Note
This is about ChildrenTabs, not about Custom Tabs. CustomTabs can be rearranged by just changing theorder 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
3tab
1tab
2tab
4
(tab4 has not been touched)
See also¶
- Activate a different Tab
- Custom Tabs