I was working on a site this morning and came across a little tip with the ManagerManager snippet that I thought would be worth sharing.
Whenever I set up a Template Variable (TV) I often wish that I could move the TV fields up above the content area inside the Edit Resource page. If there are just one or two TV fields I feel like the end user won’t always scroll all the way down to see the additional fields below.
What I have noticed is that when using the ManagerManager mm_moveFieldsToTab function, the fields will reorder based on their order inside of the actual function call. So, if you identify the general tab and state your fields (even the standard, default fields) in the order you would like them they will display accordingly. See example below:
mm_moveFieldsToTab('pagetitle,description,longtitle,tvnewsImage,content', 'general');
Note
Please see the post comments that there may be an inconsistency with this technique, at least with the placement of the menuindex field.


