Changeset 13662 for dijit/trunk/tests/tree/test_Tree_Programmatic.html
- Timestamp:
- 05/10/08 06:08:30 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/tests/tree/test_Tree_Programmatic.html
r12984 r13662 10 10 </style> 11 11 12 <!-- required: the default dijit theme: --> 13 <link id="themeStyles" rel="stylesheet" href="../../../dijit/themes/tundra/tundra.css" /> 14 15 <!-- required: dojo.js --> 12 16 <script type="text/javascript" src="../../../dojo/dojo.js" 13 djConfig="parseOnLoad: false, isDebug: true"></script> 17 djConfig="isDebug: true, parseOnLoad: true"></script> 18 19 <!-- only needed for alternate theme testing: --> 14 20 <script type="text/javascript" src="../_testCommon.js"></script> 15 21 … … 35 41 </script> 36 42 </head> 37 <body >43 <body class="tundra"> 38 44 <h1 class="testTitle">Dijit Forest Store Programmatic Test</h1> 39 45 </body>