Opened 14 years ago
Closed 10 years ago
#4193 closed feature (patcheswelcome)
vertical tabs
Reported by: | Jörn Zaefferer | Owned by: | 4kategreen |
---|---|---|---|
Priority: | major | Milestone: | 1.11.0 |
Component: | ui.tabs | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
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.
Change History (11)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
This should be done with an option of "orientation" with possible values of "horizontal" and "vertical" (default horizontal).
comment:3 Changed 13 years ago by
I already made those changes.
http://github.com/RobinHerbots/jquery-ui/commit/95d3440999a8a377307a240d1c4dfe9bd0a542d4
comment:4 Changed 12 years ago by
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.
comment:5 Changed 12 years ago by
Status: | new → open |
---|
comment:6 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:8 Changed 11 years ago by
Milestone: | 1.later → TBD |
---|
comment:9 Changed 10 years ago by
Milestone: | TBD → 1.11.0 |
---|
comment:10 Changed 10 years ago by
Owner: | set to 4kategreen |
---|---|
Status: | open → assigned |
comment:11 Changed 10 years ago by
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