Active
Project:
Tabs (jQuery UI tabs)
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2011 at 21:11 UTC
Updated:
4 Feb 2011 at 16:40 UTC
I had the navigation buttons enabled and take captions from tab titles disabled and the next and previous button custom captions didn't work until I modified:
(Drupal.settings.tabs.navigation_titles
to
parseInt(Drupal.settings.tabs.navigation_titles)
in tabs.js
Any hints on this?
Comments
Comment #1
topazzz commentedI haven't had any luck overriding the button titles. I tried your suggestion with no luck. Currently buttons are inheriting tab titles even with "take captions from tab titles" disabled. I have my override set to << prev and next >>.