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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

Rearrange Fields in Admin Interface


Go to End


3 Posts   1786 Views

Avatar
dompie

Community Member, 88 Posts

31 August 2010 at 1:58am

Hello everyone,

i am trying to find out how to put more Fields in one row inside one Tab (Admin UI). I have a page class that holds latitude and longitude data and would like to display both fields in one row. Any suggestions on that?

cheers

Avatar
Willr

Forum Moderator, 5523 Posts

31 August 2010 at 8:44pm

You can use a CompositeField to group form fields. Then you'll have to use a bit of custom CSS to align the fields within the composite field. http://api.silverstripe.org/2.4/forms/fields-structural/CompositeField.html

Avatar
dompie

Community Member, 88 Posts

1 September 2010 at 5:21am

Ah, that's what I can use a CompositeField for. Thanks, works great :)