Opened 9 years ago
Closed 9 years ago
#14258 closed enhancement (fixed)
Nested tabs created programatically (Update the tests for TabContainer)
Reported by: | keemor | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Documentation | Version: | 1.6.1 |
Keywords: | nested tabs programatically | Cc: | |
Blocked By: | Blocking: |
Description
There is no example of nested tabs created programatically at: http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/layout/test_TabContainer.html
I've made such an example:
so the tests can be updated
Romek Szwarc
Change History (3)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
I added an example at http://livedocs.dojotoolkit.org/dijit/layout/TabContainer-examples
comment:3 Changed 9 years ago by
Milestone: | → 1.7 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
OK, thanks!
Note: See
TracTickets for help on using
tickets.
Examples should actually go in http://livedocs.dojotoolkit.org/dijit/layout/TabContainer and http://livedocs.dojotoolkit.org/dijit/layout/TabContainer-examples. The latter has an example of nested tabs, but not created programatically. I guess we could a programmatic example too, or perhaps you can edit that page yourself?