Search and Top Navigation
#4193 closed feature (patcheswelcome)
Opened February 19, 2009 10:54PM UTC
Closed December 03, 2012 10:06PM UTC
vertical tabs
Reported by: | jzaefferer | Owned by: | 4kategreen |
---|---|---|---|
Priority: | major | Milestone: | 1.11.0 |
Component: | ui.tabs | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Add support for vertical tabs. Reference: http://jquery-ui.googlecode.com/svn/trunk/demos/tabs/vertical.html
Enable demo (link to it from /tabs/index.html) when complete.
Attachments (0)
Change History (11)
Changed June 30, 2010 07:25AM UTC by comment:1
Changed July 07, 2010 04:24PM UTC by comment:2
This should be done with an option of "orientation" with possible values of "horizontal" and "vertical" (default horizontal).
Changed July 08, 2010 07:20AM UTC by comment:3
I already made those changes.
http://github.com/RobinHerbots/jquery-ui/commit/95d3440999a8a377307a240d1c4dfe9bd0a542d4
Changed October 10, 2010 01:16PM UTC by comment:4
Is there any chance that this will be added to one of the next releases? This would be really a great new feature for jQueryUI.
Changed March 28, 2011 06:36PM UTC by comment:5
status: | new → open |
---|
Changed July 18, 2011 01:57PM UTC by comment:6
description: | Add support for vertical tabs. Reference: http://jquery-ui.googlecode.com/svn/trunk/demos/tabs/vertical.html → Add support for vertical tabs. Reference: http://jquery-ui.googlecode.com/svn/trunk/demos/tabs/vertical.html \ \ Enable demo (link to it from /tabs/index.html) when complete. |
---|
Changed July 27, 2011 04:44PM UTC by comment:7
I would love to see Vertical Tabs in a new release.
Changed January 17, 2012 11:28PM UTC by comment:8
milestone: | 1.later → TBD |
---|
Changed October 11, 2012 09:13PM UTC by comment:9
milestone: | TBD → 1.11.0 |
---|
Changed October 15, 2012 06:20PM UTC by comment:10
owner: | → 4kategreen |
---|---|
status: | open → assigned |
Changed December 03, 2012 10:06PM UTC by comment:11
resolution: | → patcheswelcome |
---|---|
status: | assigned → closed |
If anyone is interested in implementing this and sending a PR, we can do a review and determine if the solution is acceptable. However, as of right now we have way too much on our roadmap that is more important to us than vertical tabs, so I'm going to close this as patcheswelcome since the jQuery UI team won't be addressing this any time soon.
http://github.com/RobinHerbots/jquery-ui/blob/c8fde0f371c102e52923/ui/jquery.ui.tabs.js
http://github.com/RobinHerbots/jquery-ui/commit/e0a73713e7d0420207bf5af2ae45a9c572f79f79/themes/base/jquery.ui.tabs.css
Trac ticket #4193
VerticalTabs implementation