Page 1 of 1

fieldgrouping [CLOSED]

PostPosted: Tue Sep 28, 2010 1:34 pm
by cantlep
Hiya,

Is there a way to (when using fieldgroups on a saved record) to have certain fields in horizontal rather than vertical display. Here's a snippet of what I have currently
Code: Select all
[fieldgroup:Seventh_Exercise]
label = "Seventh Exercise Section"
template="Exercise7Group.html"
section:order=7

[Exercise7BodyPartName]
widget:label = "Exercise 7 Body Part"
order=101
tab=7
group = Seventh_Exercise

[Exercise7ExerciseName]
widget:label = "Exercise"
vocabulary = Exercises
widget:type = select
order=102
tab=7
group = Seventh_Exercise

Each field is listed vertically. As I have loads of fields, is there anyway to list them horizontally...It would make it nicer to read.

Thanks

Re: fieldgrouping

PostPosted: Tue Sep 28, 2010 2:55 pm
by cantlep
Ah, I think I found the answer here
Postby shannah ยป Sun Apr 12, 2009 5:41 pm
That is correct. Creating a custom template for fieldgroups only affects the edit tab. The view tab is a different animal. If you want to lay things out custom in the view tab you would add a custom section.
(i.e. the section__xxx delegate class function).

The ability to more easily lay fields out horizontally is still on the todo list, but no eta on that right now.


I don't suppose this has been expanded on has it, Steve?

Cheers

Re: fieldgrouping

PostPosted: Wed Oct 06, 2010 10:26 am
by shannah
Still on the todo list. No ETA.