Closed (fixed)
Project:
Tabs (jQuery UI tabs)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2008 at 21:34 UTC
Updated:
8 Sep 2009 at 23:40 UTC
Jump to comment: Most recent
Comments
Comment #1
robloachThis would:
We'd have to do some modifications in JSTools Tabs to get this working.
Comment #2
wim leersThis has been requested before, and indeed the answer is still the same: we need to modify jstools' tabs module to support this. Note that I've got commit access there, so if you could provide the patch, it could be done rather rapidly :) I don't have time to do it myself due to upcoming exams.
Comment #3
Anonymous (not verified) commentedI just quickly hacked this in for my current project..
Comment #4
Anonymous (not verified) commentedAnother tweak i just made.. instead of passing in $id as the key in $tabs, i switched it to $panel_id.
I did this because for my user_profile panel, it was showing it like #tabs-user_profile-user-profile-2.
Now with these 2 tweaks, my hashes look like..
#tabs-user-profile-user_profile-pictures
EDIT:
oops.. i mean like #tabs-user_profile-about
Comment #5
wim leersTo the right issue queue.
Comment #6
nedjoApplied a fix. The name is now taken from the tab title.
Comment #7
nedjoI'm rolling back this change. #554426: problem with content profile shows that special characters break tabs. The issue is that tab text sometimes comes from e.g. node or panel titles which can contain special characters.
Comment #8
nedjoI applied #556866: element ids should not contain characters outside ascii96 and reinstated named tabs, making this a configurable option so that sites with many special characters can turn it off if desired.