#4237 closed enhancement (notabug)
needless requirement to use div elements
Reported by: | wichert | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.tabs | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The tabs plugin only accepts tab contents in div
elements. As far as I can see this is a needless restriction. For example when making complex forms it makes sense to use fieldset
elements instead. Any block-element should work.
Note: See
TracTickets for help on using
tickets.
There is no such restriction and has never been, as long as ids are associated correctly tabs will work correctly. In addition the template for creating tabs dynamically can be changed as well to what fits best.