I've been trying to find the way to re-use field group tabs on the views fields.

I have a view with view pane and 6 fields inside of areas of that pane.
Now, I want 3 last fields to be displayed inside of horizontal tabs.

On the node view page these fields are setup to be displayed as horizontal tabs using field group.

So I need to either transfer those settings respected fields with the view.
OR
Allow configuration of each field to be a part of some horizontal tabs group.

I'd like to know whether there is already a known way to do it OR where should I start my custom module from.

Any suggestions are greatly appreciated

p.s. I do not want to use another tab-making module. Field group already contains everything that is required.

Comments

mrP’s picture

For D6 discussion see #295692: CCK fieldgroup as a Views 'field'

Its unclear to me whether this is a support or feature request given the field_group_views + views_field combo.

My thought on this is that (ideally), one could add a field_group as a single field in views.

  • For a view formatted as a table, the field_group field would be generated as a table within the main table.
  • For a view formatted as an unformatted list, the field_group would be generated as a unformatted list within the main ul.
nils.destoop’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)