London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Simple Tab question

Vote:
 

Hi,

This is probably a very trivial question but I can't find out how to change the order of tabs under Forms Editing. When you use 

[Display(
Order = 200,
GroupName = "foo")

on some property the order basically says where that property should be displayed under the "foo"-tab. But lets say I have three tabs right now  that is displayed from left to right like this:

Content        Foo          Boo

And I would like them to be ordered like this:

Content        Boo         Foo

How do I accomplish that?

 

#70926
May 03, 2013 14:58
Vote:
 

Hey,

In Episerver Admin mode go to: Config -> Edit Tabs.
Here you can change the order of tabs.


You can also do this programmatically, see the following post: http://world.episerver.com/Modules/Forum/Pages/thread.aspx?id=62513
H
owever, this method is buggy if you don't use Episerver 7.1 i believe (Sort index won't be updated if you change it in your codebase)

Greetings, Martijn

#70927
May 03, 2013 15:22
Vote:
 

Thanks Martijn, worked like a charm.

#70928
May 03, 2013 15:25
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.