Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

How can i change the tab order in the cms?


Go to End


2 Posts   4470 Views

Avatar
Peter Prochaska

Community Member, 1 Post

18 June 2008 at 5:23am

Hi,

i want to change the order of the tabs in the cms. I have created my own tab and this tab should be the first.
How can i do this?

Thanks
Peter

Avatar
Willr

Forum Moderator, 5523 Posts

18 June 2008 at 10:02pm

Have a look through the Fieldset.php file and/or doc - http://api.silverstripe.com/forms/fields-structural/FieldSet.html and see if any methods pop out.

I dont think there would be a way to do it with tabs. I know you can use insertBefore() for fields to insert fields before content and reorder fields that way but Ive never seen it with tabs before!