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.

Customising the CMS /

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

custom layout of admin page


Go to End


2 Posts   2291 Views

Avatar
redcirce

Community Member, 22 Posts

27 February 2009 at 12:26pm

I have created a new page type with several fields that must be completed, but the layout of the admin page is vertical with each field appearing vertically one after another. Is there any way to change this to horizontal and define the length of the field boxes?

The data that goes into each field is quite minimal - 9 chars only in some instances. It would be great if I could put several fields across horizontally.

Avatar
Sam

Administrator, 690 Posts

27 February 2009 at 1:27pm

You could try putting several fields inside a FieldGroup or CompositeField, but to be honest this isn't something that I've done very much.