summaryrefslogtreecommitdiffstatshomepage
path: root/includes/js/dojox/layout/tests/test_ExpandoPane_more.html
diff options
context:
space:
mode:
authorGravatar mensonge2008-11-14 15:39:19 +0000
committerGravatar mensonge2008-11-14 15:39:19 +0000
commit1c5685d68f1b73270fb814fe04cbb490eb90ba5f (patch)
tree3d3ada08a934b96fc31531f1327690d7edc6f766 /includes/js/dojox/layout/tests/test_ExpandoPane_more.html
parent104d59099e048688c4dbac37d72137006e396558 (diff)
downloadscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.gz
scuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.zip
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_ExpandoPane_more.html')
-rw-r--r--includes/js/dojox/layout/tests/test_ExpandoPane_more.html114
1 files changed, 0 insertions, 114 deletions
diff --git a/includes/js/dojox/layout/tests/test_ExpandoPane_more.html b/includes/js/dojox/layout/tests/test_ExpandoPane_more.html
deleted file mode 100644
index aed990e..0000000
--- a/includes/js/dojox/layout/tests/test_ExpandoPane_more.html
+++ /dev/null
@@ -1,114 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
- "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-<head>
- <title>dojox.layout.ExpandoPane</title>
-
- <style type="text/css">
- body, html {
- height:100%;
- }
- </style>
- <link rel="stylesheet" href="../resources/ExpandoPane.css" />
- <link rel="stylesheet" href="../../../dijit/tests/css/dijitTests.css" />
-
- <script type="text/javascript" src="../../../dojo/dojo.js" djConfig="parseOnLoad:true, isDebug:true"></script>
- <script type="text/javascript" src="../../../dijit/tests/_testCommon.js"></script>
-
- <script src="../ExpandoPane.js" type="text/javascript"></script>
-
- <script type="text/javascript">
- dojo.require("dijit.layout.TabContainer");
- dojo.require("dijit.Tree");
- dojo.require("dijit.layout.ContentPane");
- dojo.require("dijit.layout.BorderContainer");
- dojo.require("dojox.fx.easing");
- </script>
-</head>
-<body>
-
- <h1>Basic ExpandoPane tests</h1>
-
- <h2>Left:</h2>
- <div dojoType="dijit.layout.BorderContainer" style="height:275px">
- <div dojoType="dojox.layout.ExpandoPane" title="leftTest" region="left" maxWidth="175" style="width:175px; background:red">
- foo
- </div>
- <div dojoType="dijit.layout.TabContainer" region="center">
- <div dojoType="dijit.layout.ContentPane" title="tab 1" href="_lorem.html"></div>
- <div dojoType="dijit.layout.ContentPane" title="tab 2" href="_lorem.html"></div>
- </div>
- </div>
-
- <h2>Right:</h2>
- <div dojoType="dijit.layout.BorderContainer" style="height:275px">
- <div dojoType="dojox.layout.ExpandoPane" title="rightTest" region="right" maxWidth="175" style="width:175px; background:red">
- <div dojoType="dijit.layout.TabContainer" tabPosition="bottom" attachParent="true">
- <div dojoType="dijit.layout.ContentPane" attachParent="true" title="tab 1" href="_lorem.html"></div>
- <div dojoType="dijit.layout.ContentPane" title="tab 2" href="_lorem.html"></div>
- </div>
- </div>
- <div dojoType="dijit.layout.TabContainer" region="center">
- <div dojoType="dijit.layout.ContentPane" title="tab 1" href="_lorem.html"></div>
- <div dojoType="dijit.layout.ContentPane" title="tab 2" href="_lorem.html"></div>
- </div>
- </div>
-
- <h2>Top (easeIn="dojox.fx.easing.bounceOut" duration="1200"):</h2>
- <div dojoType="dijit.layout.BorderContainer" style="height:275px">
- <div easeIn="dojox.fx.easing.bounceOut" duration="1200" dojoType="dojox.layout.ExpandoPane" title="topTest" region="top" maxHeight="75" style="height:75px; background:red">
- foo
- </div>
- <div region="center" dojoType="dijit.layout.ContentPane" href="_lorem.html"></div>
- </div>
-
- <h2>Bottom:</h2>
- <div dojoType="dijit.layout.BorderContainer" style="height:375px; border:8px solid #333;">
- <div dojoType="dojox.layout.ExpandoPane" title="bottomTest" region="bottom" maxHeight="75" style="height:75px; width:100%; background:red;">
- foo
- </div>
- <div region="center" dojoType="dijit.layout.ContentPane" href="_lorem.html"></div>
- </div>
-
- <h2>Bottom/Left:</h2>
- <div dojoType="dijit.layout.BorderContainer" style="height:375px; border:8px solid #333;">
- <div dojoType="dojox.layout.ExpandoPane" title="leftTest" region="left" maxWidth="175" style="width:175px; background:red;">
- foo
- </div>
- <div dojoType="dojox.layout.ExpandoPane" title="bottomTest" region="bottom" maxHeight="75" style="height:75px; width:100%; background:red;">
- foo
- </div>
- <div region="center" dojoType="dijit.layout.ContentPane" href="_lorem.html"></div>
- </div>
-
- <h2>Top/Left/Right</h2>
- <div dojoType="dijit.layout.BorderContainer" style="height:375px; border:8px solid #333;">
- <div dojoType="dojox.layout.ExpandoPane" title="leftTest" region="left" maxWidth="175" style="width:175px; background:red;">
- foo
- </div>
- <div dojoType="dojox.layout.ExpandoPane" title="leftTest" region="right" maxWidth="175" style="width:175px; background:red;">
- foo
- </div>
- <div dojoType="dojox.layout.ExpandoPane" title="bottomTest" region="bottom" maxHeight="75" style="height:75px; width:100%; background:red;">
- foo
- </div>
- <div region="center" dojoType="dijit.layout.ContentPane" href="_lorem.html"></div>
- </div>
-
- <h2>Top/Left/Right + splitters</h2>
- <div dojoType="dijit.layout.BorderContainer" style="height:375px; border:8px solid #333;">
- <div splitter="true" dojoType="dojox.layout.ExpandoPane" title="leftTest" region="left" maxWidth="175" style="width:175px; background:red;">
- foo
- </div>
- <div splitter="true" dojoType="dojox.layout.ExpandoPane" title="leftTest" region="right" maxWidth="175" style="width:175px; background:red;">
- foo
- </div>
- <div splitter="true" dojoType="dojox.layout.ExpandoPane" title="bottomTest" region="bottom" maxHeight="75" style="height:75px; width:100%; background:red;">
- foo
- </div>
- <div region="center" dojoType="dijit.layout.ContentPane" href="_lorem.html"></div>
- </div>
-
-
-</body>
-</html>