From 1c5685d68f1b73270fb814fe04cbb490eb90ba5f Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 14 Nov 2008 15:39:19 +0000 Subject: 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 --- includes/js/dojox/layout/BorderContainer.js | 7 - includes/js/dojox/layout/ContentPane.js | 479 --------- includes/js/dojox/layout/DragPane.js | 65 -- includes/js/dojox/layout/ExpandoPane.js | 208 ---- includes/js/dojox/layout/FloatingPane.js | 394 -------- includes/js/dojox/layout/README | 75 -- includes/js/dojox/layout/RadioGroup.js | 233 ----- includes/js/dojox/layout/ResizeHandle.js | 271 ----- includes/js/dojox/layout/ScrollPane.js | 114 --- includes/js/dojox/layout/resources/ExpandoPane.css | 99 -- .../layout/resources/ExpandoPane.css.commented.css | 116 --- .../js/dojox/layout/resources/ExpandoPane.html | 9 - .../js/dojox/layout/resources/FloatingPane.css | 152 --- .../resources/FloatingPane.css.commented.css | 183 ---- .../js/dojox/layout/resources/FloatingPane.html | 14 - includes/js/dojox/layout/resources/RadioGroup.css | 40 - .../layout/resources/RadioGroup.css.commented.css | 45 - .../js/dojox/layout/resources/ResizeHandle.css | 28 - .../resources/ResizeHandle.css.commented.css | 34 - includes/js/dojox/layout/resources/ScrollPane.css | 21 - .../layout/resources/ScrollPane.css.commented.css | 24 - includes/js/dojox/layout/resources/ScrollPane.html | 6 - .../js/dojox/layout/resources/icons/resize.png | Bin 319 -> 0 bytes includes/js/dojox/layout/tests/ContentPane.html | 1059 -------------------- includes/js/dojox/layout/tests/_bottomPane.html | 53 - includes/js/dojox/layout/tests/_expando.css | 477 --------- .../dojox/layout/tests/_expando.css.commented.css | 64 -- includes/js/dojox/layout/tests/_floating.html | 48 - includes/js/dojox/layout/tests/_lorem.html | 11 - includes/js/dojox/layout/tests/_script.html | 9 - includes/js/dojox/layout/tests/doc0.html | 14 - includes/js/dojox/layout/tests/images/blank.gif | Bin 43 -> 0 bytes includes/js/dojox/layout/tests/images/dojoLogo.png | Bin 14712 -> 0 bytes .../js/dojox/layout/tests/images/gridUnderlay.png | Bin 915 -> 0 bytes .../js/dojox/layout/tests/images/testImage.gif | Bin 14171 -> 0 bytes .../js/dojox/layout/tests/remote/getResponse.php | 108 -- includes/js/dojox/layout/tests/test_DragPane.html | 93 -- .../js/dojox/layout/tests/test_ExpandoPane.html | 307 ------ .../dojox/layout/tests/test_ExpandoPane_code.html | 98 -- .../dojox/layout/tests/test_ExpandoPane_more.html | 114 --- .../js/dojox/layout/tests/test_FloatingPane.html | 167 --- .../js/dojox/layout/tests/test_RadioGroup.html | 61 -- .../js/dojox/layout/tests/test_ResizeHandle.html | 134 --- .../js/dojox/layout/tests/test_ScrollPane.html | 129 --- .../dojox/layout/tests/test_ScrollPaneSingle.html | 71 -- .../js/dojox/layout/tests/test_SizingPane.html | 170 ---- 46 files changed, 5804 deletions(-) delete mode 100644 includes/js/dojox/layout/BorderContainer.js delete mode 100644 includes/js/dojox/layout/ContentPane.js delete mode 100644 includes/js/dojox/layout/DragPane.js delete mode 100644 includes/js/dojox/layout/ExpandoPane.js delete mode 100644 includes/js/dojox/layout/FloatingPane.js delete mode 100644 includes/js/dojox/layout/README delete mode 100644 includes/js/dojox/layout/RadioGroup.js delete mode 100644 includes/js/dojox/layout/ResizeHandle.js delete mode 100644 includes/js/dojox/layout/ScrollPane.js delete mode 100644 includes/js/dojox/layout/resources/ExpandoPane.css delete mode 100644 includes/js/dojox/layout/resources/ExpandoPane.css.commented.css delete mode 100644 includes/js/dojox/layout/resources/ExpandoPane.html delete mode 100644 includes/js/dojox/layout/resources/FloatingPane.css delete mode 100644 includes/js/dojox/layout/resources/FloatingPane.css.commented.css delete mode 100644 includes/js/dojox/layout/resources/FloatingPane.html delete mode 100644 includes/js/dojox/layout/resources/RadioGroup.css delete mode 100644 includes/js/dojox/layout/resources/RadioGroup.css.commented.css delete mode 100644 includes/js/dojox/layout/resources/ResizeHandle.css delete mode 100644 includes/js/dojox/layout/resources/ResizeHandle.css.commented.css delete mode 100644 includes/js/dojox/layout/resources/ScrollPane.css delete mode 100644 includes/js/dojox/layout/resources/ScrollPane.css.commented.css delete mode 100644 includes/js/dojox/layout/resources/ScrollPane.html delete mode 100644 includes/js/dojox/layout/resources/icons/resize.png delete mode 100644 includes/js/dojox/layout/tests/ContentPane.html delete mode 100644 includes/js/dojox/layout/tests/_bottomPane.html delete mode 100644 includes/js/dojox/layout/tests/_expando.css delete mode 100644 includes/js/dojox/layout/tests/_expando.css.commented.css delete mode 100644 includes/js/dojox/layout/tests/_floating.html delete mode 100644 includes/js/dojox/layout/tests/_lorem.html delete mode 100644 includes/js/dojox/layout/tests/_script.html delete mode 100644 includes/js/dojox/layout/tests/doc0.html delete mode 100644 includes/js/dojox/layout/tests/images/blank.gif delete mode 100644 includes/js/dojox/layout/tests/images/dojoLogo.png delete mode 100644 includes/js/dojox/layout/tests/images/gridUnderlay.png delete mode 100644 includes/js/dojox/layout/tests/images/testImage.gif delete mode 100644 includes/js/dojox/layout/tests/remote/getResponse.php delete mode 100644 includes/js/dojox/layout/tests/test_DragPane.html delete mode 100644 includes/js/dojox/layout/tests/test_ExpandoPane.html delete mode 100644 includes/js/dojox/layout/tests/test_ExpandoPane_code.html delete mode 100644 includes/js/dojox/layout/tests/test_ExpandoPane_more.html delete mode 100644 includes/js/dojox/layout/tests/test_FloatingPane.html delete mode 100644 includes/js/dojox/layout/tests/test_RadioGroup.html delete mode 100644 includes/js/dojox/layout/tests/test_ResizeHandle.html delete mode 100644 includes/js/dojox/layout/tests/test_ScrollPane.html delete mode 100644 includes/js/dojox/layout/tests/test_ScrollPaneSingle.html delete mode 100644 includes/js/dojox/layout/tests/test_SizingPane.html (limited to 'includes/js/dojox/layout') diff --git a/includes/js/dojox/layout/BorderContainer.js b/includes/js/dojox/layout/BorderContainer.js deleted file mode 100644 index 7fa5393..0000000 --- a/includes/js/dojox/layout/BorderContainer.js +++ /dev/null @@ -1,7 +0,0 @@ -if(!dojo._hasResource["dojox.layout.BorderContainer"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code. -dojo._hasResource["dojox.layout.BorderContainer"] = true; -dojo.provide("dojox.layout.BorderContainer"); - -console.error("dojox.layout.BorderContainer moved to dijit.layout.BorderContainer"); - -} diff --git a/includes/js/dojox/layout/ContentPane.js b/includes/js/dojox/layout/ContentPane.js deleted file mode 100644 index d60202c..0000000 --- a/includes/js/dojox/layout/ContentPane.js +++ /dev/null @@ -1,479 +0,0 @@ -if(!dojo._hasResource["dojox.layout.ContentPane"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code. -dojo._hasResource["dojox.layout.ContentPane"] = true; -dojo.provide("dojox.layout.ContentPane"); - -dojo.require("dijit.layout.ContentPane"); - -(function(){ // private scope, sort of a namespace - - // TODO: should these methods be moved to dojox.html.cssPathAdjust or something? - - // css at-rules must be set before any css declarations according to CSS spec - // match: - // @import 'http://dojotoolkit.org/dojo.css'; - // @import 'you/never/thought/' print; - // @import url("it/would/work") tv, screen; - // @import url(/did/you/now.css); - // but not: - // @namespace dojo "http://dojotoolkit.org/dojo.css"; /* namespace URL should always be a absolute URI */ - // @charset 'utf-8'; - // @media print{ #menuRoot {display:none;} } - - - // we adjust all paths that dont start on '/' or contains ':' - //(?![a-z]+:|\/) - - if(dojo.isIE){ - var alphaImageLoader = /(AlphaImageLoader\([^)]*?src=(['"]))(?![a-z]+:|\/)([^\r\n;}]+?)(\2[^)]*\)\s*[;}]?)/g; - } - - var cssPaths = /(?:(?:@import\s*(['"])(?![a-z]+:|\/)([^\r\n;{]+?)\1)|url\(\s*(['"]?)(?![a-z]+:|\/)([^\r\n;]+?)\3\s*\))([a-z, \s]*[;}]?)/g; - - function adjustCssPaths(cssUrl, cssText){ - // summary: - // adjusts relative paths in cssText to be relative to cssUrl - // a path is considered relative if it doesn't start with '/' and not contains ':' - // description: - // Say we fetch a HTML page from level1/page.html - // It has some inline CSS: - // @import "css/page.css" tv, screen; - // ... - // background-image: url(images/aplhaimage.png); - // - // as we fetched this HTML and therefore this CSS - // from level1/page.html, these paths needs to be adjusted to: - // @import 'level1/css/page.css' tv, screen; - // ... - // background-image: url(level1/images/alphaimage.png); - // - // In IE it will also adjust relative paths in AlphaImageLoader() - // filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/alphaimage.png'); - // will be adjusted to: - // filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='level1/images/alphaimage.png'); - // - // Please note that any relative paths in AlphaImageLoader in external css files wont work, as - // the paths in AlphaImageLoader is MUST be declared relative to the HTML page, - // not relative to the CSS file that declares it - - if(!cssText || !cssUrl){ return; } - - // support the ImageAlphaFilter if it exists, most people use it in IE 6 for transparent PNGs - // We are NOT going to kill it in IE 7 just because the PNGs work there. Somebody might have - // other uses for it. - // If user want to disable css filter in IE6 he/she should - // unset filter in a declaration that just IE 6 doesn't understands - // like * > .myselector { filter:none; } - if(alphaImageLoader){ - cssText = cssText.replace(alphaImageLoader, function(ignore, pre, delim, url, post){ - return pre + (new dojo._Url(cssUrl, './'+url).toString()) + post; - }); - } - - return cssText.replace(cssPaths, function(ignore, delimStr, strUrl, delimUrl, urlUrl, media){ - if(strUrl){ - return '@import "' + (new dojo._Url(cssUrl, './'+strUrl).toString()) + '"' + media; - }else{ - return 'url(' + (new dojo._Url(cssUrl, './'+urlUrl).toString()) + ')' + media; - } - }); - } - - // attributepaths one tag can have multiple paths, example: - // or - // - var htmlAttrPaths = /(<[a-z][a-z0-9]*\s[^>]*)(?:(href|src)=(['"]?)([^>]*?)\3|style=(['"]?)([^>]*?)\5)([^>]*>)/gi; - - function adjustHtmlPaths(htmlUrl, cont){ - var url = htmlUrl || "./"; - - return cont.replace(htmlAttrPaths, - function(tag, start, name, delim, relUrl, delim2, cssText, end){ - return start + (name ? - (name + '=' + delim + (new dojo._Url(url, relUrl).toString()) + delim) - : ('style=' + delim2 + adjustCssPaths(url, cssText) + delim2) - ) + end; - } - ); - } - - function secureForInnerHtml(cont){ - /********* remove .. tag **********/ - // khtml is picky about dom faults, you can't attach a - - - - - -

dojox.layout.ContentPane

-

As dojox ContentPane is derived from dijit ContentPane, make sure that the dijit test passes before running this test

-

Test relies on a php page as backend, so you need php installed on your server

- -
- Initial value -
- - - - - - - - - - - - -
- - \ No newline at end of file diff --git a/includes/js/dojox/layout/tests/_bottomPane.html b/includes/js/dojox/layout/tests/_bottomPane.html deleted file mode 100644 index 8f5090a..0000000 --- a/includes/js/dojox/layout/tests/_bottomPane.html +++ /dev/null @@ -1,53 +0,0 @@ -
- Bottom Pane Content: - - - - -
\ No newline at end of file diff --git a/includes/js/dojox/layout/tests/_expando.css b/includes/js/dojox/layout/tests/_expando.css deleted file mode 100644 index 8efd20e..0000000 --- a/includes/js/dojox/layout/tests/_expando.css +++ /dev/null @@ -1,477 +0,0 @@ - -body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { - margin: 0; - padding: 0; -} -fieldset, img { - border: 0 none; -} -address, caption, cite, code, dfn, th, var { - font-style: normal; - font-weight: normal; -} -caption, th { - text-align: left; -} -q:before, q:after { - content:""; -} -abbr, acronym { - border:0; -} -body { - font: 13px Myriad,Arial,Helvetica,clean,sans-serif; - *font-size: small; - *font: x-small; -} -h1 { - font-size: 1.5em; - font-weight: normal; - line-height: 1em; - margin-top: 1em; - margin-bottom:0; -} -h2 { - font-size: 1.1667em; - font-weight: bold; - line-height: 1.286em; - margin-top: 1.929em; - margin-bottom:0.643em; -} -h3, h4, h5, h6 { - font-size: 1em; - font-weight: bold; - line-height: 1.5em; - margin-top: 1.5em; - margin-bottom: 0; -} -p { - font-size: 1em; - margin-top: 1.5em; - margin-bottom: 1.5em; - line-height: 1.5em; -} -blockquote { - font-size: 0.916em; - margin-top: 3.272em; - margin-bottom: 3.272em; - line-height: 1.636em; - padding: 1.636em; - border-top: 1px solid #ccc; - border-bottom: 1px solid #ccc; -} -ol li, ul li { - font-size: 1em; - line-height: 1.5em; - margin: 0; -} -pre, code { - font-size:115%; - *font-size:100%; - font-family: Courier, "Courier New"; - background-color: #efefef; - border: 1px solid #ccc; -} -pre { - border-width: 1px 0; - padding: 1.5em; -} -table { font-size:100%; } -table.dojoTabular { - border-collapse: collapse; - border-spacing: 0; - border: 1px solid #ccc; - margin: 0 1.5em; -} -.dojoTabular th { - text-align: center; - font-weight: bold; -} -table.dojoTabular thead, table.dojoTabular tfoot { - background-color: #efefef; - border: 1px solid #ccc; - border-width: 1px 0; -} -table.dojoTabular thead tr th, -table.dojoTabular thead tr td, -table.dojoTabular tbody tr td, -table.dojoTabular tfoot tr td { - padding: 0.25em 0.5em; -} -body { - background:#fff url(../../../dijit/tests/images/testsBodyBg.gif) repeat-x top left; - padding:2em 2em 2em 2em; -} -h1.testTitle { - font-size:2em; - margin:0 0 1em 0; -} -.plusIcon, .plusBlockIcon { - background-image: url(../../../dijit/tests/images/plus.gif); - background-repeat: no-repeat; - width: 16px; - height: 16px; -} -.plusBlockIcon { - display: block !important; -} -.noteIcon { - background-image: url(../../../dijit/tests/images/note.gif); - background-repeat: no-repeat; - width: 20px; - height: 20px; -} -.flatScreenIcon { - background-image: url(../../../dijit/tests/images/flatScreen.gif); - background-repeat: no-repeat; - width: 32px; - height: 32px; -} -.dijitTestNodeDialog { - position:absolute; - top:5px; - right:5px; - display:block; - width:200px; - visibility:hidden; - background-color:#fff !important; - color:#000 !important; - border:1px solid #000; - padding:5px; -} -.dijitTestNodeDialog table { - background-color:#fff !important; -} -.dijitTestNodeDialog td { - padding:3px; -} -.dijitTestNodeShowing { - visibility:visible; -} -.customFolderOpenedIcon, .customFolderClosedIcon { - background-image: url(../../../dijit/tests/../demos/mail/icons.png); - background-repeat: no-repeat; - width: 16px; - height: 16px; - text-align: center; - padding-right:4px; - background-position: -44px; -} -.dj_ie6 .customFolderOpenedIcon, .dj_ie6 .customFolderClosedIcon { - background-image: url(../../../dijit/tests/../demos/mail/icons.gif); -} -.customFolderClosedIcon { - background-position: -154px; -} -body .medium { - font-size: larger; -} -.dojoxFloatingPane { - background-color:#fff; - position:relative; - border: 1px solid #dedede; - overflow: hidden; - -webkit-box-shadow: 0px 5px 10px #adadad; -} -.dojoxFloatingPaneFg { - -webkit-box-shadow: 0px 8px 20px #525252; -} -.dojoxFloatingPaneTitle { - background: #cccccc; - background:#fafafa repeat-x bottom left; - border:1px solid #bfbfbf; - padding:4px 4px 2px 4px; - cursor: pointer; - white-space: nowrap; -} -.soria .dojoxFloatingPaneTitle { - background:#fff url(../../../dijit/themes/soria/images/titleBar.png) repeat-x top left; - border:1px solid #b1badf; - font-size: 0.9em; - font-weight: bold; - line-height:1.2em; -} -.tundra .dojoxFloatingPaneTitle { - background:#fafafa url(../../../dijit/themes/tundra/images/titleBarBg.gif) repeat-x bottom left; - border:1px solid #bfbfbf; - color:#000; -} -.dojoxFloatingCloseIcon { - background:url(../resources/icons/tabClose.png) no-repeat center center; - width:16px; - height:16px; - overflow:hidden; - float:right; -} -.dojoxFloatingMinimizeIcon { - background:url(../../../dijit/themes/tundra/images/arrowDown.png) no-repeat center center; - width:16px; - height:16px; - overflow:hidden; - float:right; -} -.soria .dojoxFloatingMinimizeIcon { - background:url(../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png) no-repeat -15px top; -} -.floatingPaneMaximized .dojoxFloatingMaximizeIcon { display:none; } -.dojoxFloatingMaximizeIcon { - background:url(../../../dijit/themes/tundra/images/arrowUp.png) no-repeat center center; - width:16px; - height:16px; - overflow:hidden; - float:right; -} -.soria .dojoxFloatingMaximizeIcon { - background:url(../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png) no-repeat -45px top; -} -.floatingPaneMaximized .dojoxFloatingRestoreIcon { display:inline; } -.dojoxFloatingRestoreIcon { - background:url(../../../dijit/themes/tundra/images/arrowDown.png) no-repeat center center; - width:16px; height:16px; - overflow:hidden; - float:right; - display:none; -} -.dojoxFloatingResizeHandle { - background:url(../resources/icons/resize.png) no-repeat bottom right; - position:absolute; - right:0; - bottom:0; - width:16px; - height:16px; - cursor:nw-resize; -} -.dojoxFloatingCloseIcon { - width:15px; - height:15px; - overflow:hidden; - float:right; - cursor:pointer; -} -.soria .dojoxFloatingCloseIcon { - background:url(../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png) no-repeat -60px top; -} -.tundra .dojoxFloatingCloseIcon { - background:url(../../../dijit/themes/tundra/images/tabClose.png) no-repeat center center; -} -.dojoxFloatingDockDefault { - position:absolute; - bottom:0px; - left:0px; - overflow:hidden; - margin:0; - margin-bottom:3px; - padding:0px; - width:100%; - z-index:99; - background:transparent; - -} -.dojoxDockList { - padding: 0px; - margin: 0px; -} -.dojoxDockRestoreButton { - background:url(../../../dijit/themes/tundra/images/arrowUp.png) no-repeat center center; - width:16px; height:16px; - overflow:hidden; - float:left; - margin-top:2px; -} -.soria .dojoxDockRestoreButton { - background:url(../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png) no-repeat -45px top; -} -.dojoxDockTitleNode { - overflow:hidden; -} -.dojoxDock { - display: block; - border: 1px solid black; - position: absolute; - padding:0; - margin:0; - background:#fcfcfc; -} -.dojoxDockNode { - border: 1px solid #adadad; - border-radius: 2px; - -webkit-border-radius: 2px; - -moz-border-radius: 3px; - cursor:pointer; - list-style: none; - padding: 2px; - margin: 0px; - height: 16px; - width: auto; - float: left; - background: #fafafa url(../resources/images/floatTitleBarBg.gif) repeat-x bottom left; -} -.soria .dojoxDockNode { - background:#b7cdee url(../../../dijit/themes/soria/images/titleBar.png) repeat-x; -} -.dojoxFloatingPaneContent { - overflow: auto; - background-color: #fff; - height: 100%; - width: 100%; -} -.dojoxFloatingPaneCanvas { - background-color:#fff; -} -.dojoxExpandoPane { - overflow:hidden; - margin-top:1px; - border-top:1px solid #ccc; - z-index:440; - background:#fff; -} -.dojoxExpandoPane .dojoxExpandoWrapper { - overflow:hidden; -} -.dojoxExpandoIcon { - width:14px; - cursor:pointer; - background-position:-60px 0px; - height:14px; -} -.soria .dojoxExpandoIcon { - background: url(../../../dijit/themes/soria/images/spriteRoundedIconsSmall.png) no-repeat center center; -} -.tundra .dojoxExpandoLeft .dojoxExpandoIcon, -.nihilo .dojoxExpandoLeft .dojoxExpandoIcon { - - background: url(../../../dijit/themes/tundra/images/minusButton.gif) no-repeat; -} -.tundra .dojoxExpandoRight .dojoxExpandoIcon, -.nihilo .dojoxExpandoRight .dojoxExpandoIcon { - - background: url(../../../dijit/themes/tundra/images/minusButton.gif) no-repeat; -} -.tundra .dojoxExpandoClosed .dojoxExpandoIcon { - background: url(../../../dijit/themes/tundra/images/plusButton.gif) no-repeat; -} -.dojoxExpandoClosed .dojoxExpandoIcon { - background-position: 0px 0px; -} -.dojoxExpandoClosed .dojoxExpandoTitleNode { - visibility:hidden; -} -.dojoxExpandoTitleNode { - padding-right:6px; padding-left:6px; -} -.dojoxExpandoClosed .dijitContentPane { - overflow: hidden; -} -.dojoxExpandoIcon .a11yNode { - display:none; - visibility:hidden; -} -.dojoxExpandoBottom .dojoxExpandoIcon, -.dojoxExpandoTop .dojoxExpandoIcon, -.dojoxExpandoLeft .dojoxExpandoIcon { - float:right; -} -.dojoxExpandoRight .dojoxExpandoIcon { - float:left; -} -.nihilo .dojoxExpandoTitle { - height:18px; - font-size:0.9em; - font-weight:bold; - padding:3px; - padding-top:7px; - padding-bottom:7px; - background:#fafafa url(../../../dijit/themes/nihilo/images/tabStripe.gif) repeat-x left bottom; - -} -.nihilo .dojoxExpandoTop { - border-bottom:1px solid #ccc; - border-left:1px solid #ccc; - border-right:1px solid #ccc; -} -.soria .dojoxExpandoTop { - -} -.soria .dojoxExpandoTitle { - height:18px; - font-size:0.9em; - font-weight:bold; - padding:3px; - padding-top:7px; - padding-bottom:7px; - background:#f0f4fc url(../../../dijit/themes/soria/images/tabStripe.gif) repeat-x left bottom; -} -.tundra .dojoxExpandoTitle { - font-size: 0.9em; - font-weight: bold; - padding: 3px; - padding-top: 7px; - padding-bottom: 7px; - background: #fafafa url(../../../dijit/themes/tundra/images/accordionItemActive.gif) repeat-x scroll left bottom; -} -.tundra .dojoxExpandoClosed { - - background-color: #fafafa; -} -.tundra .dojoxExpandoClosed .dojoxExpandoTitle { - background-image: none; - background-color: transparent; -} -body, html { - margin:0; - padding:0; - width:100%; - height:100%; - background: #fafafa; - overflow: hidden; -} -.wrap { - margin: 0; - padding: 15px; -} -.wrap h3 { - margin-top: 5px; -} -#header { - height:32px; -} -.searchBar { - position: absolute; - top: 0; - left: 0; - right: 0; - height: 25px; - border-bottom: 1px solid #666; - background: #fafafa; -} -.searchBar p { - margin: 0; - padding: 2px; -} -.searchStuff { - position: absolute; - top: 25px; - margin: 0 auto; -} -.searchStuff ul { - width: auto; - margin: 0 auto; - padding: 0; -} -div.itty { - font-weight: normal; - font: 8pt Arial,sans-serif; - color:#666; - padding:5px; - padding-left:10px; -} -div.itty:hover { - color:#333; -} -.itemType { - font-style:italic; - font-size:12pt; -} -#runSearchIcon { - border:1px solid #000; -} diff --git a/includes/js/dojox/layout/tests/_expando.css.commented.css b/includes/js/dojox/layout/tests/_expando.css.commented.css deleted file mode 100644 index 2fd0636..0000000 --- a/includes/js/dojox/layout/tests/_expando.css.commented.css +++ /dev/null @@ -1,64 +0,0 @@ -@import "../../../dojo/resources/dojo.css"; -@import "../../../dijit/tests/css/dijitTests.css"; - -@import "../resources/FloatingPane.css"; -@import "../resources/ExpandoPane.css"; - -body, html { - margin:0; - padding:0; - width:100%; - height:100%; - background: #fafafa; - overflow: hidden; -} -.wrap { - margin: 0; - padding: 15px; -} -.wrap h3 { - margin-top: 5px; -} -#header { - height:32px; -} -.searchBar { - position: absolute; - top: 0; - left: 0; - right: 0; - height: 25px; - border-bottom: 1px solid #666; - background: #fafafa; -} -.searchBar p { - margin: 0; - padding: 2px; -} -.searchStuff { - position: absolute; - top: 25px; - margin: 0 auto; -} -.searchStuff ul { - width: auto; - margin: 0 auto; - padding: 0; -} -div.itty { - font-weight: normal; - font: 8pt Arial,sans-serif; - color:#666; - padding:5px; - padding-left:10px; -} -div.itty:hover { - color:#333; -} -.itemType { - font-style:italic; - font-size:12pt; -} -#runSearchIcon { - border:1px solid #000; -} diff --git a/includes/js/dojox/layout/tests/_floating.html b/includes/js/dojox/layout/tests/_floating.html deleted file mode 100644 index be5ece9..0000000 --- a/includes/js/dojox/layout/tests/_floating.html +++ /dev/null @@ -1,48 +0,0 @@ -
-

I am FloatingPane

-

Windows in the Browser is weird UI, but sometimes useful. Even more useful:
-
- -
- -

- (both technically unsupported) -

- -
\ No newline at end of file diff --git a/includes/js/dojox/layout/tests/_lorem.html b/includes/js/dojox/layout/tests/_lorem.html deleted file mode 100644 index 9e7aaef..0000000 --- a/includes/js/dojox/layout/tests/_lorem.html +++ /dev/null @@ -1,11 +0,0 @@ -

- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam facilisis enim. - Pellentesque in elit et lacus euismod dignissim. Aliquam dolor pede, convallis eget, - dictum a, blandit ac, urna. Pellentesque sed nunc ut justo volutpat egestas. Class - aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. - In erat. Suspendisse potenti. Fusce faucibus nibh sed nisi. Phasellus faucibus, dui - a cursus dapibus, mauris nulla euismod velit, a lobortis turpis arcu vel dui. Pellentesque - fermentum ultrices pede. Donec auctor lectus eu arcu. Curabitur non orci eget est porta gravida. - Aliquam pretium orci id nisi. Duis faucibus, mi non adipiscing venenatis, erat urna aliquet elit, - eu fringilla lacus tellus quis erat. Nam tempus ornare lorem. Nullam feugiat. -

diff --git a/includes/js/dojox/layout/tests/_script.html b/includes/js/dojox/layout/tests/_script.html deleted file mode 100644 index 64bcd0e..0000000 --- a/includes/js/dojox/layout/tests/_script.html +++ /dev/null @@ -1,9 +0,0 @@ - -

- bar baz -

diff --git a/includes/js/dojox/layout/tests/doc0.html b/includes/js/dojox/layout/tests/doc0.html deleted file mode 100644 index 10fd03a..0000000 --- a/includes/js/dojox/layout/tests/doc0.html +++ /dev/null @@ -1,14 +0,0 @@ -

Document 0

-This document has
a link.
-(to check we're copying children around properly).
-Also it's got a widget, a combo box:
- -And a button too: - -Here's some text that comes AFTER the button. -Okay textbox: - diff --git a/includes/js/dojox/layout/tests/images/blank.gif b/includes/js/dojox/layout/tests/images/blank.gif deleted file mode 100644 index e565824..0000000 Binary files a/includes/js/dojox/layout/tests/images/blank.gif and /dev/null differ diff --git a/includes/js/dojox/layout/tests/images/dojoLogo.png b/includes/js/dojox/layout/tests/images/dojoLogo.png deleted file mode 100644 index 1219de7..0000000 Binary files a/includes/js/dojox/layout/tests/images/dojoLogo.png and /dev/null differ diff --git a/includes/js/dojox/layout/tests/images/gridUnderlay.png b/includes/js/dojox/layout/tests/images/gridUnderlay.png deleted file mode 100644 index 016f129..0000000 Binary files a/includes/js/dojox/layout/tests/images/gridUnderlay.png and /dev/null differ diff --git a/includes/js/dojox/layout/tests/images/testImage.gif b/includes/js/dojox/layout/tests/images/testImage.gif deleted file mode 100644 index 4370d68..0000000 Binary files a/includes/js/dojox/layout/tests/images/testImage.gif and /dev/null differ diff --git a/includes/js/dojox/layout/tests/remote/getResponse.php b/includes/js/dojox/layout/tests/remote/getResponse.php deleted file mode 100644 index 0a37050..0000000 --- a/includes/js/dojox/layout/tests/remote/getResponse.php +++ /dev/null @@ -1,108 +0,0 @@ - -
- - -
-
-
-
- - - - "; - break; - - case 'importCss': - header('Content-type: text/css; charset=utf-8'); - echo "#importMediaTest { - margin: 4px; - border: 1px dashed red; - width: 200px; - height: 200px; - } - #importCssTest { - margin: 4px; - border: 1px solid blue; - width: 100px; - height: 100px; - }"; - break; - - case 'linkCss': - header('Content-type: text/css; charset=utf-8'); - echo "#linkMediaTest { - margin: 4px; - border: 2px dashed red; - width: 200px; - height: 200px; - } - #linkCssTest { - margin: 4px; - border: 2px dashed red; - width: 100px; - height: 100px; - }"; - break; - - case 'importMediaPrint': // may download but not render - header('Content-type: text/css; charset=utf-8'); - echo "#importMediaTest { - margin: 10px; - border: 5px dashed gray; - width: 100px; - height: 100px; - }"; - break; - - case 'linkMediaPrint': // may download but not render - header('Content-type: text/css; charset=utf-8'); - echo "#linkMediaTest { - margin: 10px; - border: 5px dashed gray; - width: 100px; - height: 100px; - }"; - break; - - case 'remoteJsTrue': - header('Content-type: text/javascript; charset=utf-8'); - echo "unTypedVarInDocScope = true;"; - break; - - case 'remoteJsFalse': - header('Content-type: text/javascript; charset=utf-8'); - echo "unTypedVarInDocScope = false;"; - break; - - case 'bounceInput': - echo file_get_contents("php://input"); - break; - - case 'bounceHeaders'; - if(function_exists("apache_request_headers")){ - $headers = apache_request_headers(); - foreach($headers as $header => $vlu){ - echo "$header=$vlu\n
"; - } - }else{ - // IIS, php as CGI etc gets here, messes formating, suboptimal - $headers = preg_grep('/HTTP_/i', array_keys($_SERVER)); - foreach($headers as $header){ - $vlu = preg_replace(array('/^HTTP_/', '/_/'), array('', '-'), $header); - echo "$vlu={$_SERVER[$header]}\n
"; - } - } - break; - - default: - echo "unkown mode {$_GET['mode']}"; - } - } -?> \ No newline at end of file diff --git a/includes/js/dojox/layout/tests/test_DragPane.html b/includes/js/dojox/layout/tests/test_DragPane.html deleted file mode 100644 index df38b7e..0000000 --- a/includes/js/dojox/layout/tests/test_DragPane.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - DragPane layout widget Test - - - - - - - - - -
-

- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In porta. Etiam mattis libero nec ante. Nam - porta lacus eu ligula. Cras mauris. Suspendisse vel augue. Vivamus aliquam orci ut eros. Nunc eleifend - sagittis turpis. purus purus in nibh. Phasellus in nunc. -

-

- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In porta. Etiam mattis libero nec ante. Nam - porta lacus eu ligula. Cras mauris. Suspendisse vel augue. Vivamus aliquam orci ut eros. Nunc eleifend - sagittis turpis. purus purus in nibh. Phasellus in nunc. -

-

- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In porta. Etiam mattis libero nec ante. Nam - porta lacus eu ligula. Cras mauris. Suspendisse vel augue. Vivamus aliquam orci ut eros. Nunc eleifend - sagittis turpis. purus purus in nibh. Phasellus in nunc. -

-

- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In porta. Etiam mattis libero nec ante. Nam - porta lacus eu ligula. Cras mauris. Suspendisse vel augue. Vivamus aliquam orci ut eros. Nunc eleifend - sagittis turpis. purus purus in nibh. Phasellus in nunc. -

-

- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In porta. Etiam mattis libero nec ante. Nam - porta lacus eu ligula. Cras mauris. Suspendisse vel augue. Vivamus aliquam orci ut eros. Nunc eleifend - sagittis turpis. purus purus in nibh. Phasellus in nunc. -

-

- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In porta. Etiam mattis libero nec ante. Nam - porta lacus eu ligula. Cras mauris. Suspendisse vel augue. Vivamus aliquam orci ut eros. Nunc eleifend - sagittis turpis. purus purus in nibh. Phasellus in nunc. -

-

- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In porta. Etiam mattis libero nec ante. Nam - porta lacus eu ligula. Cras mauris. Suspendisse vel augue. Vivamus aliquam orci ut eros. Nunc eleifend - sagittis turpis. purus purus in nibh. Phasellus in nunc. -

-

- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In porta. Etiam mattis libero nec ante. Nam - porta lacus eu ligula. Cras mauris. Suspendisse vel augue. Vivamus aliquam orci ut eros. Nunc eleifend - sagittis turpis. purus purus in nibh. Phasellus in nunc. -

-

- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In porta. Etiam mattis libero nec ante. Nam - porta lacus eu ligula. Cras mauris. Suspendisse vel augue. Vivamus aliquam orci ut eros. Nunc eleifend - sagittis turpis. purus purus in nibh. Phasellus in nunc. -

-

- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In porta. Etiam mattis libero nec ante. Nam - porta lacus eu ligula. Cras mauris. Suspendisse vel augue. Vivamus aliquam orci ut eros. Nunc eleifend - sagittis turpis. purus purus in nibh. Phasellus in nunc. -

-
- - diff --git a/includes/js/dojox/layout/tests/test_ExpandoPane.html b/includes/js/dojox/layout/tests/test_ExpandoPane.html deleted file mode 100644 index ceaad50..0000000 --- a/includes/js/dojox/layout/tests/test_ExpandoPane.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - dojox.layout.ExpandoPane - - - - - - - - -
- -
-
-
- - -
-
-
-
    -
    -
    -
      -
      -
      -
        -
        -
        -
        -
        -
        -
        -
        -
        -
        -
        a
        -
        b
        -
        -
        -
        -
          -
          -
          -
          -
          -
          - -
          -
          -
          -

          This select modifies the left Expando's easing function. An Expando can have an easeIn and an easeOut parameter. This sets both.

          - -

          -

          Some easing functions break when used with width: (negative width? but how?). Be warned.

          -
          -
          -
          -
          -

          This is a BorderContainer (the window). Each of the panes is set to one of - "left", "right", or "center". The left and right panes are ExpandoPanes (they collapse). -

          -

          - We can add other panes programatically: -
          - -

          -

          What does a FloatingPane look like here?
          - -

          -
          -
          -
          c
          -
          -
          -
          - -
          Loading progress
          - - - diff --git a/includes/js/dojox/layout/tests/test_ExpandoPane_code.html b/includes/js/dojox/layout/tests/test_ExpandoPane_code.html deleted file mode 100644 index 2b71fcc..0000000 --- a/includes/js/dojox/layout/tests/test_ExpandoPane_code.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - dojox.layout.ExpandoPane - - - - - - - -
          -
          - -
          - -
          -
          -
          pane 0 content
          -
          pane 1 content
          -
          pane 2 content
          -
          pane 3 content
          -
          - - 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 @@ - - - - dojox.layout.ExpandoPane - - - - - - - - - - - - - - -

          Basic ExpandoPane tests

          - -

          Left:

          -
          -
          - foo -
          -
          -
          -
          -
          -
          - -

          Right:

          -
          -
          -
          -
          -
          -
          -
          -
          -
          -
          -
          -
          - -

          Top (easeIn="dojox.fx.easing.bounceOut" duration="1200"):

          -
          -
          - foo -
          -
          -
          - -

          Bottom:

          -
          -
          - foo -
          -
          -
          - -

          Bottom/Left:

          -
          -
          - foo -
          -
          - foo -
          -
          -
          - -

          Top/Left/Right

          -
          -
          - foo -
          -
          - foo -
          -
          - foo -
          -
          -
          - -

          Top/Left/Right + splitters

          -
          -
          - foo -
          -
          - foo -
          -
          - foo -
          -
          -
          - - - - diff --git a/includes/js/dojox/layout/tests/test_FloatingPane.html b/includes/js/dojox/layout/tests/test_FloatingPane.html deleted file mode 100644 index 016f8a6..0000000 --- a/includes/js/dojox/layout/tests/test_FloatingPane.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - dojox.layout.FloatPane - simplest extension on TitlePane ... ever. - - - - - - - - - - - - - hide first pane | - show first pane | - minimize 'uncloseable, dockable' pane pane | - new floater - -
          -

          I am the content to be floated around

          -
          - -
          -

          - I am dockable, though I have no dockTo="" attribute. I will create or use an existing dock - on the bottom of the screen. -

          - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In porta. Etiam mattis libero nec ante. Nam - porta lacus eu ligula. Cras mauris. Suspendisse vel augue. Vivamus aliquam orci ut eros. Nunc - eleifend sagittis turpis. purus purus in nibh. Phasellus in nunc. -

          -
          - -
          -

          - I am made into a FloatingPane in dojo.addOnLoad();

          - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In porta. Etiam mattis libero nec ante. Nam - porta lacus eu ligula. Cras mauris. Suspendisse vel augue. Vivamus aliquam orci ut eros. Nunc eleifend - sagittis turpis. purus purus in nibh. Phasellus in nunc. -

          -
          - -
          -
          -
          -

          - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In porta. Etiam mattis libero nec ante. Nam - porta lacus eu ligula. Cras mauris. Suspendisse vel augue. Vivamus aliquam orci ut eros. Nunc eleifend - sagittis turpis. purus purus in nibh. Phasellus in nunc. -

          -
          - - -

          - This is just a pane. You cannot close me, you cannot resize me, you cannot minimize me. -

          -
          - -
          - -
          - - - -
          -
          -
          - First Page -
          -
          -
          -
          - Story of Paul. -
          -
          - Story about Paul. -
          -
          - Story about... guess who. -
          -
          -
          -
          -
          - - 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 @@ - - - - - RadioGroup Widget Test - - - - - - - - - - -

          dojox.layout.RadioGroup test

          - - -
          -
          -
          -
          -
          -
          - -
          -
          -
          -
          -
          - -
          -
          -
          -
          -
          -
          - - - diff --git a/includes/js/dojox/layout/tests/test_ResizeHandle.html b/includes/js/dojox/layout/tests/test_ResizeHandle.html deleted file mode 100644 index ed16473..0000000 --- a/includes/js/dojox/layout/tests/test_ResizeHandle.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - Resize Widget Test - - - - - - - - - - -

          dojox.layout.ResizeHandle test

          - -

          Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam facilisis enim. - Pellentesque in elit et lacus euismod dignissim. Aliquam dolor pede, convallis eget, - dictum a, blandit ac, urna. Pellentesque sed nunc ut justo volutpat egestas. Class - aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. - In erat. Suspendisse potenti. Fusce faucibus nibh sed nisi. Phasellus faucibus, dui - a cursus dapibus, mauris nulla euismod velit, a lobortis turpis arcu vel dui. Pellentesque - fermentum ultrices pede. Donec auctor lectus eu arcu. Curabitur non orci eget est porta gravida. - Aliquam pretium orci id nisi. Duis faucibus, mi non adipiscing venenatis, erat urna aliquet elit, - eu fringilla lacus tellus quis erat. Nam tempus ornare lorem. Nullam feugiat.

          - -

          Sed congue. Aenean blandit sollicitudin mi. Maecenas pellentesque. Vivamus ac urna. Nunc consequat nisi vitae quam. Suspendisse sed nunc. Proin suscipit porta magna. Duis accumsan nunc in velit. Nam et nibh. Nulla facilisi. Cras venenatis urna et magna. Aenean magna mauris, bibendum sit amet, semper quis, aliquet nec, sapien. Aliquam aliquam odio quis erat. Etiam est nisi, condimentum non, lacinia ac, vehicula laoreet, elit. Sed interdum augue sit amet quam dapibus semper. Nulla facilisi. Pellentesque lobortis erat nec quam.

          - - - -
          This is text!
          -

          -
          - - - Content Pane w/a resize handle. activeResize'ing only on layout Widgets? FIXME: :) -
          -
          - -
          - -
          - - Plain div w/a resize handle. All Default settings. -
          -
          - -

          - -
          - Plain div w/a resize handle but resizeAxis="y", and activeResize="true" -
          -
          - - -
          - Plain div w/a resize handle but resizeAxis="x" with animated sizing. -
          -
          - -

          - -
          - Plain div w/a resize handle but resizeAxis="xy" with animated sizing (combine). -
          -
          - -

          - -

          Sed arcu magna, molestie at, fringilla in, sodales eu, elit. Curabitur mattis lorem et est. Quisque et tortor. Integer bibendum vulputate odio. Nam nec ipsum. Vestibulum mollis eros feugiat augue. Integer fermentum odio lobortis odio. Nullam mollis nisl non metus. Maecenas nec nunc eget pede ultrices blandit. Ut non purus ut elit convallis eleifend. Fusce tincidunt, justo quis tempus euismod, magna nulla viverra libero, sit amet lacinia odio diam id risus. Ut varius viverra turpis. Morbi urna elit, imperdiet eu, porta ac, pharetra sed, nisi. Etiam ante libero, ultrices ac, faucibus ac, cursus sodales, nisl. Praesent nisl sem, fermentum eu, consequat quis, varius interdum, nulla. Donec neque tortor, sollicitudin sed, consequat nec, facilisis sit amet, orci. Aenean ut eros sit amet ante pharetra interdum.

          - -

          Fusce rutrum pede eget quam. Praesent purus. Aenean at elit in sem volutpat facilisis. Nunc est augue, commodo at, pretium a, fermentum at, quam. Nam sit amet enim. Suspendisse potenti. Cras hendrerit rhoncus justo. Integer libero. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam erat volutpat. Sed adipiscing mi vel ipsum.

          - -

          Sed aliquam, quam consectetuer condimentum bibendum, neque libero commodo metus, non consectetuer magna risus vitae eros. Pellentesque mollis augue id libero. Morbi nonummy hendrerit dui. Morbi nisi felis, fringilla ac, euismod vitae, dictum mollis, pede. Integer suscipit, est sed posuere ullamcorper, ipsum lectus interdum nunc, quis blandit erat eros hendrerit pede. Vestibulum varius, elit id mattis mattis, nulla est feugiat ante, eget vestibulum augue eros ut odio. Maecenas euismod purus quis felis. Ut hendrerit tincidunt est. Fusce euismod, nunc eu tempus tempor, purus ligula volutpat tellus, nec lacinia sapien enim id risus. Aliquam orci turpis, condimentum sed, sollicitudin vel, placerat in, purus. Proin tortor nisl, blandit quis, imperdiet quis, scelerisque at, nisl. Maecenas suscipit fringilla erat. Curabitur consequat, dui blandit suscipit dictum, felis lectus imperdiet tellus, sit amet ornare risus mauris non ipsum. Fusce a purus. Vestibulum sodales. Sed porta ultrices nibh. Vestibulum metus.

          - - - diff --git a/includes/js/dojox/layout/tests/test_ScrollPane.html b/includes/js/dojox/layout/tests/test_ScrollPane.html deleted file mode 100644 index 53a4a26..0000000 --- a/includes/js/dojox/layout/tests/test_ScrollPane.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - ScrollPane layout widget Test - - - - - - - - - - - -

          dojox.layout.ScrollPane

          - -

          An intuitive UI for lists of data in a confined space. supports horizontal or vertical "scrolling", but not both

          - -

          vertical:

          -
          - -
          -
            -
          1. testItem
          2. -
          -
          -
          -
          - -
          -
            -
            - -
            - -
            - -

            horizontal

            -
            - - - - - - - - - - - - - - - - - - - - - - -
            LOREM IPSUMLOREM IPSUMLOREM IPSUMLOREM IPSUMLOREM IPSUMLOREM IPSUMLOREM IPSUMLOREM IPSUMLOREM IPSUMLOREM IPSUMLOREM IPSUMLOREM IPSUMLOREM IPSUMLOREM IPSUMLOREM IPSUMLOREM IPSUMLOREM IPSUMLOREM IPSUMLOREM IPSUM
            -
            - -

            In a layoutContainer:

            - -
            -
            -
              -
              -
              -

              Foo!

              -
              -
              - -

              Programatically:

              - -
              -
                -
                - - - diff --git a/includes/js/dojox/layout/tests/test_ScrollPaneSingle.html b/includes/js/dojox/layout/tests/test_ScrollPaneSingle.html deleted file mode 100644 index 3957fda..0000000 --- a/includes/js/dojox/layout/tests/test_ScrollPaneSingle.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - ScrollPane layout widget Test - - - - - - - - - - -
                -

                dojox.layout.ScrollPane

                -

                horizontal

                -
                -
                -
                -

                Foo!

                text

                • bar
                • bar

                -
                -
                -
                -
                - - diff --git a/includes/js/dojox/layout/tests/test_SizingPane.html b/includes/js/dojox/layout/tests/test_SizingPane.html deleted file mode 100644 index 372f396..0000000 --- a/includes/js/dojox/layout/tests/test_SizingPane.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - dojox.layout.SizingPane - - - - - - - - - -

                dojox.layout.SizingPane

                - -

                This is simply a test / example. There is no real dojox.layout.SizingPane, but this code - should/might become part of a dojox.fx.toggle class ... it's just "neat", isn't it?

                - -
                - lorem. lorem. lorem. -
                - - - - -- cgit v1.2.3