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!
AI OnAI Off
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!
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
However, 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
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?