diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:39:19 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:39:19 +0000 |
commit | 1c5685d68f1b73270fb814fe04cbb490eb90ba5f (patch) | |
tree | 3d3ada08a934b96fc31531f1327690d7edc6f766 /includes/js/dojox/layout/tests/test_RadioGroup.html | |
parent | 104d59099e048688c4dbac37d72137006e396558 (diff) | |
download | semanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.gz semanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.bz2 |
Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'includes/js/dojox/layout/tests/test_RadioGroup.html')
-rw-r--r-- | includes/js/dojox/layout/tests/test_RadioGroup.html | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/includes/js/dojox/layout/tests/test_RadioGroup.html b/includes/js/dojox/layout/tests/test_RadioGroup.html deleted file mode 100644 index d2c6ba0..0000000 --- a/includes/js/dojox/layout/tests/test_RadioGroup.html +++ /dev/null @@ -1,61 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> -<head> - - <title>RadioGroup Widget Test</title> - - <script type="text/javascript" src="../../../dojo/dojo.js" djConfig="parseOnLoad:true"></script> - <script type="text/javascript" src="../../../dijit/tests/_testCommon.js"></script> - <script type="text/javascript" src="../RadioGroup.js"></script> - <script language="JavaScript" type="text/javascript"> - dojo.require("dojo.parser"); - dojo.require("dijit.layout.ContentPane"); - </script> - <style type="text/css"> - @import "../../../dojo/resources/dojo.css"; - @import "../../../dijit/themes/dijit.css"; - @import "../../../dijit/themes/tundra/tundra.css"; - @import "../../../dijit/tests/css/dijitTests.css"; - @import "../resources/RadioGroup.css"; - body { background:#a0a0a0 !important; } - - .dojoPane { - background:#eee url('../../../util/resources/logo/positive/dojo.logo.png') no-repeat center center !important; - } - .dojoxPane { - background:#ededed url('../../../util/resources/logo/positive/dojox.logo.png') no-repeat center center !important; - } - .dijitPane { - background:#fefefe url('../../../util/resources/logo/positive/dijit.logo.png') no-repeat center center !important; - } - - </style> - -</head> -<body class="tundra"> - - <h1 class="testTitle">dojox.layout.RadioGroup test</h1> - - - <div style="width:915px; margin:0 auto; height:300px;"> - <div dojoType="dojox.layout.RadioGroup" style="width:300px; height:300px; float:left;"> - <div dojoType="dijit.layout.ContentPane" title="Dojo" class="dojoPane" style="width:300px; height:300px; "></div> - <div dojoType="dijit.layout.ContentPane" title="Dijit" class="dijitPane" style="width:300px; height:300px; "></div> - <div dojoType="dijit.layout.ContentPane" title="Dojox" class="dojoxPane" style="width:300px; height:300px; "></div> - </div> - - <div dojoType="dojox.layout.RadioGroupFade" style="width:300px; height:300px; float:left"> - <div dojoType="dijit.layout.ContentPane" title="Dojo" class="dojoPane" style="width:300px; height:300px; "></div> - <div dojoType="dijit.layout.ContentPane" title="Dijit" class="dijitPane" style="width:300px; height:300px; "></div> - <div dojoType="dijit.layout.ContentPane" title="Dojox" class="dojoxPane" style="width:300px; height:300px; "></div> - </div> - - <div dojoType="dojox.layout.RadioGroupSlide" style="width:300px; height:300px;"> - <div dojoType="dijit.layout.ContentPane" title="Dojo" class="dojoPane" style="width:300px; height:300px; "></div> - <div dojoType="dijit.layout.ContentPane" title="Dijit" class="dijitPane" style="width:300px; height:300px; "></div> - <div dojoType="dijit.layout.ContentPane" title="Dojox" class="dojoxPane" style="width:300px; height:300px; "></div> - </div> - </div> - -</body> -</html> |