Changeset 12101
- Timestamp:
- 01/20/08 08:55:32 (12 months ago)
- Location:
- dijit/trunk
- Files:
-
- 2 modified
-
tests/_testCommon.js (modified) (2 diffs)
-
themes/themeTester.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/tests/_testCommon.js
r12073 r12101 36 36 break; 37 37 case "theme": 38 // tundra | soria | noir | squid | n ull38 // tundra | soria | noir | squid | nihilo | null 39 39 theme = value; 40 40 break; … … 88 88 var base = window.location.pathname; 89 89 var str = ""; 90 var themes = ["tundra",/*"noir", */ "soria" /* ,"squid" */ ];90 var themes = ["tundra",/*"noir", */ "soria", "nihilo" /* ,"squid" */ ]; 91 91 str += "<b>Tests:</b><br><table>"; 92 92 d.forEach(themes,function(t){ -
dijit/trunk/themes/themeTester.html
r12043 r12101 13 13 // for 'un-supported' themes, too. (eg: yours) 14 14 var availableThemes = [ 15 { theme:"tundra", author:"Dojo", baseUri:"../themes/"}, 16 { theme:"soria", author:"dante", baseUri:"../themes/"}//, 17 //{ theme:"noir", author:"owen", baseUri:"../themes/"} 15 { theme:"tundra", author:"Dojo", baseUri:"../themes/" }, 16 { theme:"soria", author:"nikolai", baseUri:"../themes/" }, 17 //{ theme:"noir", author:"owen", baseUri:"../themes/"}, 18 { theme:"nihilo", author:"nikolai", baseUri:"../themes/" } 18 19 ]; 19 20 </script> … … 23 24 @import "../../dojo/tests/dnd/dndDefault.css"; 24 25 25 html, body { height: 100%; width: 100%; padding: 0; border: 0; } 26 html, body { height: 100%; width: 100%; padding: 0; border: 0; 27 background: 28 } 26 29 #main { height: 100%; width: 100%; padding: 0; border: 0; } 27 30 #header, #mainSplit { margin: 10px; }