Custom Query (18300 matches)
Results (58 - 60 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#80 | fixed | tests/widget/test_Button.html throws file not found errors, maybe related to debugAtAllCosts | ||
Description |
The files throws errors looking for files that do not exist |
|||
#81 | fixed | nesting tabs | ||
Description |
When Trying to place a tab widget inside of another tab widget, the first widget works correctly. but the nested one, when clicking on a tab, will load up the referenced webpage instead of displaying it in the tab. |
|||
#82 | fixed | tab hierarchy / nested tabs | ||
Description |
For dealing with nested tabs, I would like to be able to do something like this: <ul class="tabs" dojoType="tabs"> <li><a>toptab</a></li> <li class="childtab"><a href="link.html">childtab</a></li> <li class="childtab"><a href="#someanchor">childtab2</a></li> <li><a>toptab2</a></li> <li class="childtab"><a href="link2.html">childtab</a></li> <li class="childtab"><a href="#anotheranchor">childtab2</a></li> </ul> or some other fairly intuitive way for dealing with a tab hierarchy. Personally I feel that using tabs is a very nice way of presenting information that is related but belongs in seperate groupings. being able to subdivide those groupings into nested tabs would be very nice. |
Note: See TracQuery
for help on using queries.