Posted by mOak on March 22, 2009 at 5:03am
Jump to:
| Project: | Views Tabs |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Issue Summary
The module Quicktabs support some tab styles. Could be a good idea to "copy" that feature on "tabs" module.
Comments
#1
Does anyone else think this is worth it? If so, it will make it into the 1.0 release.
#2
This is a good idea but it will have to wait. Unless of course someone else wants to step up and do it.
#3
I had a view with row style = node and I wanted to style the tabs based on the node type. I added the following change to line 66 of includes/views_tabs_plugin_style.inc
'#attributes' => array('class' => 'tab-title' . ' node-type-' . $node->type),I was then able to style the tabs to match the node content which already had the
class node-type-<type>