Search and Top Navigation
#8685 closed feature (invalid)
Opened October 16, 2012 11:16AM UTC
Closed October 31, 2012 08:57AM UTC
Tabs: Get the active panel in tab
Reported by: | Mamen | Owned by: | Mamen |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.tabs | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It would be useful with a method which returns the active (open) tab (if any). I see several possible ways to achieve this. One is to make _getPanelForTab(tab) public. Another way is to make a custom method getActiveTab();
Same thing for the accordion widget.
Attachments (0)
Change History (2)
Changed October 16, 2012 12:34PM UTC by comment:1
owner: | → Mamen |
---|---|
status: | new → pending |
Changed October 31, 2012 08:57AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Why would you need to do this? This seems like an edge case that should just be handled outside of the plugin.