Search and Top Navigation
#3184 closed enhancement (wontfix)
Opened August 14, 2008 05:03AM UTC
Closed December 08, 2008 04:24PM UTC
Last modified October 11, 2012 09:15PM UTC
tabs suggests
Reported by: | chptma@gmail.com | Owned by: | klaus.hartl |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | ui.tabs | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
The tabs are working fine but in my short experience should be enhaced with a couple of functions...
The data('selected.tabs') should be a function but more than that
you should be able to retrieve the jquery div insidea a selected tab or any tab asked for an "index" or at least the id of the generated div created by 'add'...
My motivation is because I has develop an app that should create many ajax tabs with similar data and I need to copy data between the active tab an the newer create tab and bind the new controls to their functions, as an extra data the new tab loads exactly the same html and the controls have the same name...
Pleas consider thsi to improve the tabs...
thanks