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/fx/tests/_animation.css | 97 ----- .../js/dojox/fx/tests/_animation.css.commented.css | 113 ------ includes/js/dojox/fx/tests/example_Line.html | 80 ---- .../dojox/fx/tests/example_backgroundPosition.html | 59 --- .../js/dojox/fx/tests/example_dojoAnimations.html | 442 --------------------- .../js/dojox/fx/tests/example_easingChart2D.html | 147 ------- includes/js/dojox/fx/tests/images/averycutedog.jpg | Bin 40879 -> 0 bytes includes/js/dojox/fx/tests/images/dot.png | Bin 4064 -> 0 bytes includes/js/dojox/fx/tests/images/longBg.png | Bin 12217 -> 0 bytes includes/js/dojox/fx/tests/test_Nodelist-fx.html | 282 ------------- includes/js/dojox/fx/tests/test_Shadow.html | 93 ----- includes/js/dojox/fx/tests/test_animateClass.html | 222 ----------- includes/js/dojox/fx/tests/test_crossFade.html | 145 ------- includes/js/dojox/fx/tests/test_easing.html | 142 ------- includes/js/dojox/fx/tests/test_highlight.html | 45 --- includes/js/dojox/fx/tests/test_scroll.html | 98 ----- includes/js/dojox/fx/tests/test_sizeTo.html | 142 ------- includes/js/dojox/fx/tests/test_slideBy.html | 75 ---- includes/js/dojox/fx/tests/test_wipeTo.html | 109 ----- 19 files changed, 2291 deletions(-) delete mode 100644 includes/js/dojox/fx/tests/_animation.css delete mode 100644 includes/js/dojox/fx/tests/_animation.css.commented.css delete mode 100644 includes/js/dojox/fx/tests/example_Line.html delete mode 100644 includes/js/dojox/fx/tests/example_backgroundPosition.html delete mode 100644 includes/js/dojox/fx/tests/example_dojoAnimations.html delete mode 100644 includes/js/dojox/fx/tests/example_easingChart2D.html delete mode 100644 includes/js/dojox/fx/tests/images/averycutedog.jpg delete mode 100644 includes/js/dojox/fx/tests/images/dot.png delete mode 100644 includes/js/dojox/fx/tests/images/longBg.png delete mode 100644 includes/js/dojox/fx/tests/test_Nodelist-fx.html delete mode 100644 includes/js/dojox/fx/tests/test_Shadow.html delete mode 100644 includes/js/dojox/fx/tests/test_animateClass.html delete mode 100644 includes/js/dojox/fx/tests/test_crossFade.html delete mode 100644 includes/js/dojox/fx/tests/test_easing.html delete mode 100644 includes/js/dojox/fx/tests/test_highlight.html delete mode 100644 includes/js/dojox/fx/tests/test_scroll.html delete mode 100644 includes/js/dojox/fx/tests/test_sizeTo.html delete mode 100644 includes/js/dojox/fx/tests/test_slideBy.html delete mode 100644 includes/js/dojox/fx/tests/test_wipeTo.html (limited to 'includes/js/dojox/fx/tests') diff --git a/includes/js/dojox/fx/tests/_animation.css b/includes/js/dojox/fx/tests/_animation.css deleted file mode 100644 index efab455..0000000 --- a/includes/js/dojox/fx/tests/_animation.css +++ /dev/null @@ -1,97 +0,0 @@ -.testBox { - border:1px solid #333; - width:75px; - height:75px; -} -.absolutely { position:absolute; - top:0; left:0; -} -.floating { - float:left; -} -.wide { - width:200px; -} -.tall { - height:200px; -} -.tiny { - width:3px; - height:3px; -} -.black { - color:#fff; - background-color:#000; -} -.white { - color:#666; - background-color:#fff; -} -.green { - color:#000; - background-color:#eef; -} -.red { - color:#fff; - background-color:#ffe; -} -.blue { - color:#000; - background-color:#fef !important; -} -.baseFont { - line-height:14px; - font:12px Arial,sans-serif; - letter-spacing:0.1em; -} -.spacedVertical { - line-height:42px; -} -.spacedHorizontal { - letter-spacing:0.42em; -} -.fontSizeTest { - font:20px Arial,sans-serif; -} -.bigMargin { - margin:30px; -} -.noMargin { - margin:0; -} -.mediumMargin { - margin:15px; -} -.bigMarginLeft { - margin-left:150px; -} -.padded { - padding:3px; -} -.noPadding { - padding:0; -} -.topPadding { - padding-top:50px; -} -.bigPadding { - padding:30px; -} -.offsetSome { - top:50px; - left:75px; -} -.topLeft { - top:0; - left:0; -} -.bottomRight { - bottom:0; - right:0; -} -.bothAxis { - top:10px; - left:10px; - right:10px; - bottom:10px; -} diff --git a/includes/js/dojox/fx/tests/_animation.css.commented.css b/includes/js/dojox/fx/tests/_animation.css.commented.css deleted file mode 100644 index ba01d03..0000000 --- a/includes/js/dojox/fx/tests/_animation.css.commented.css +++ /dev/null @@ -1,113 +0,0 @@ -.testBox { - border:1px solid #333; - width:75px; - height:75px; -} -.absolutely { position:absolute; - top:0; left:0; -} -.floating { - float:left; -} -.wide { - width:200px; -} -.tall { - height:200px; -} -.tiny { - width:3px; - height:3px; -} - - -.black { - color:#fff; - background-color:#000; -} - -.white { - color:#666; - background-color:#fff; -} - -.green { - color:#000; - background-color:#eef; -} -.red { - color:#fff; - background-color:#ffe; -} -.blue { - color:#000; - background-color:#fef !important; -} - -/* font sizes */ -.baseFont { - line-height:14px; - font:12px Arial,sans-serif; - letter-spacing:0.1em; -} - -.spacedVertical { - line-height:42px; -} -.spacedHorizontal { - letter-spacing:0.42em; -} -.fontSizeTest { - font:20px Arial,sans-serif; -} - -/* margins */ -.bigMargin { - margin:30px; -} -.noMargin { - margin:0; -} -.mediumMargin { - margin:15px; -} -.bigMarginLeft { - margin-left:150px; -} - -/* padding */ -.padded { - padding:3px; -} -.noPadding { - padding:0; -} -.topPadding { - padding-top:50px; -} -.bigPadding { - padding:30px; -} - -/* positioning */ - -.offsetSome { - top:50px; - left:75px; -} - -.topLeft { - top:0; - left:0; -} -.bottomRight { - bottom:0; - right:0; -} - -.bothAxis { - top:10px; - left:10px; - right:10px; - bottom:10px; -} diff --git a/includes/js/dojox/fx/tests/example_Line.html b/includes/js/dojox/fx/tests/example_Line.html deleted file mode 100644 index 4177e96..0000000 --- a/includes/js/dojox/fx/tests/example_Line.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - using a dojo._Line and dojo._Animation - - - - - - -

an "animateProperty" for dojox.gfx

-
- - - diff --git a/includes/js/dojox/fx/tests/example_backgroundPosition.html b/includes/js/dojox/fx/tests/example_backgroundPosition.html deleted file mode 100644 index 5011213..0000000 --- a/includes/js/dojox/fx/tests/example_backgroundPosition.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - Animated background position example | The Dojo Toolkit - - - - - - - -

dojo._Animation test:

- -

-

Test
-

- - - diff --git a/includes/js/dojox/fx/tests/example_dojoAnimations.html b/includes/js/dojox/fx/tests/example_dojoAnimations.html deleted file mode 100644 index 2365ea1..0000000 --- a/includes/js/dojox/fx/tests/example_dojoAnimations.html +++ /dev/null @@ -1,442 +0,0 @@ - - - - - skeleton page | The Dojo Toolkit - - - - - - - - - -
- -

Dojo FX: base animations

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

Animate CSS Properties:

- - - - - - - -
-
-

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. -

-
-
- -

dojo.fx - Core animations

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

dojo.query FX

- - - - - - - - - - - -
-
    -
  • odd row
  • -
  • even row
  • -
  • odd row
  • -
  • even row
  • -
  • odd row
  • -
  • even row
  • -
  • odd row
  • -
  • even row
  • -
  • odd row
  • -
-
-

(FisheyeLite makes this easy. be creative:)

-
    -
  • odd row
  • -
  • even row
  • -
  • odd row
  • -
  • even row
  • -
  • odd row
  • -
  • with id
  • -
  • odd row
  • -
-

-
-
- -
- - diff --git a/includes/js/dojox/fx/tests/example_easingChart2D.html b/includes/js/dojox/fx/tests/example_easingChart2D.html deleted file mode 100644 index fd0d171..0000000 --- a/includes/js/dojox/fx/tests/example_easingChart2D.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - visualising dojo._Animation.easing via dojox.charting - - - - - - - - - - - - - -

dojox.fx.easing

- -

this chart shows time (x axis) vs. position (y axis) for a movement from 0px to 30px modified by easing functions

- - - -
-
-
- - - diff --git a/includes/js/dojox/fx/tests/images/averycutedog.jpg b/includes/js/dojox/fx/tests/images/averycutedog.jpg deleted file mode 100644 index 335855e..0000000 Binary files a/includes/js/dojox/fx/tests/images/averycutedog.jpg and /dev/null differ diff --git a/includes/js/dojox/fx/tests/images/dot.png b/includes/js/dojox/fx/tests/images/dot.png deleted file mode 100644 index 1287a73..0000000 Binary files a/includes/js/dojox/fx/tests/images/dot.png and /dev/null differ diff --git a/includes/js/dojox/fx/tests/images/longBg.png b/includes/js/dojox/fx/tests/images/longBg.png deleted file mode 100644 index f89d23a..0000000 Binary files a/includes/js/dojox/fx/tests/images/longBg.png and /dev/null differ diff --git a/includes/js/dojox/fx/tests/test_Nodelist-fx.html b/includes/js/dojox/fx/tests/test_Nodelist-fx.html deleted file mode 100644 index 75c7a94..0000000 --- a/includes/js/dojox/fx/tests/test_Nodelist-fx.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - dojo.NodeList-fx and dojox.fx.ext-dojo.Nodelist | fx add-ons to dojo.query() - - - - - - - -

NodeList and dojo.query "magic"

- -
-

stuff going on:

- -
- -
-

custom query:

-
-

- dojo.query(""); -
(dojo:)
- -
- - -
- - -
- - -
- - - (x: 0, y:0)
- -
(dojox:)
- - -
- - -
- - -
- - -
- -

- - - - -
-
- -
-
1
-
2
-
3
-
4
-
5
-
6
-
7
- -
2
-
-
-
-
-
-
- -
3
-
-
-
-
-
-
- -
4
-
-
-
-
-
-
- -
- -
- HTML AFTER -
- -

classes available to play with:

- -
-		.testBox
-		.noIdHere
-		each row: .rowOne .rowTwo .rowThree .rowFour
-		each col: .iOne .iTwo .. iSeven
-		#randomNode, #node9, #node7, #aNode, #node1, #node2, #node4, #node6
-	
- -

the dojo.query() isn't limited to the testDiv, it parses the body. try: dojo.query("fieldset") and slideBy animation

- - - diff --git a/includes/js/dojox/fx/tests/test_Shadow.html b/includes/js/dojox/fx/tests/test_Shadow.html deleted file mode 100644 index fd21fd2..0000000 --- a/includes/js/dojox/fx/tests/test_Shadow.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - dojox.fx.Shadow - Drop Shadows for DomNodes | The Dojo Toolkit - - - - - - - - -

dojox.fx.Shadow tests

- -
-

with margin:

-

Lorem

- -

with padding:

-

Lorem

- -

no padding:

-

Lorem

- -

position:absolute

-

Lorem

- -
-
- - -

- - - - diff --git a/includes/js/dojox/fx/tests/test_animateClass.html b/includes/js/dojox/fx/tests/test_animateClass.html deleted file mode 100644 index c963ca1..0000000 --- a/includes/js/dojox/fx/tests/test_animateClass.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - dojox.fx.style - animatated CSS functions | The Dojo Toolkit - - - - - - - - -

dojox.fx.style tests

- -

- dojox.fx.style provides a few methods to animate the changes that would occur - when adding or removing a class from a domNode. -

- - - - - - - - -

testing sizes

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

testing position

-

This is a div position:relative with a position:absolute div inside. testing various t/l/b/r combos. - normal css inheritance rules apply, so setting .foo .bar if .foo was defined last in the css text, .bar - will take precedent. the below position test shows the results of this: -

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

Some properties - cannot be modified (fontFace, and so on), so to ensure the results at the end - of the animation are applied correctly and fully, the class name is set on the node - via dojo.add/removeClass(). -

- - - - diff --git a/includes/js/dojox/fx/tests/test_crossFade.html b/includes/js/dojox/fx/tests/test_crossFade.html deleted file mode 100644 index 330a34a..0000000 --- a/includes/js/dojox/fx/tests/test_crossFade.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - dojox.fx - animation sets to use! - - - - - - - -

dojox.fx.crossFade test

- - -

a simple demonstration of two nodes fading simultaneously

-
- -
- -
box2
-
-
-
- -

two nodes with position:relative in a container with position:absolute, crossfading together.

- -
-
- -
box two
-
-
-
- -

simple looping crossfade

- -
-
-
box one
- -
-
-
- - - -

that's all, folks...

- - - diff --git a/includes/js/dojox/fx/tests/test_easing.html b/includes/js/dojox/fx/tests/test_easing.html deleted file mode 100644 index fa7bf41..0000000 --- a/includes/js/dojox/fx/tests/test_easing.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - dojox.fx.easing functions: - - - - - - - -

dojox.fx.easing function tests:

- - (click block to play animation, or here to do all three) - -
dojox.fx.easing.easeIn
-

-
dojox.fx.easing.easeOut
-

-
dojox.fx.easing.linear
-

-
dojo default easing
- -

- dojox.fx.easing is stand-alone, and does not require the dojox.fx base files. to see a chart - of these functions see example_easingChart2D.html -

- -
bounce
- - - diff --git a/includes/js/dojox/fx/tests/test_highlight.html b/includes/js/dojox/fx/tests/test_highlight.html deleted file mode 100644 index 1d5947e..0000000 --- a/includes/js/dojox/fx/tests/test_highlight.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - dojox.fx.highlight - - - - - - -

dojox.fx.highlight tests

- -
-

This is the default highlight

-
- -
-

BRING ATTENTION HERE!

-
- -
-

Highlight me

-
- - test #1 (default) -
- test #2 (default - play twice) -
- test #3 -
- test #4 -
- highlight via dojo.query - - - diff --git a/includes/js/dojox/fx/tests/test_scroll.html b/includes/js/dojox/fx/tests/test_scroll.html deleted file mode 100644 index a3ec9ed..0000000 --- a/includes/js/dojox/fx/tests/test_scroll.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - dojox.fx.scroll - - - - - - - - -

dojox.fx.scroll tests

- -

YOU FOUND ME!

-

neat.

-
- -

dojox.fx.scroll provides:

- -

- which will create and return a dojo._Animation to scroll - a window to a desired offset. (or a node that has overflow:auto/hidden, if you pass the domNode as the win: argument) -

- - -

getScroll

-

- Scroll top: 0
- Scroll left: 0 -

- - - -
- -
- -
- -

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean semper sagittis velit. Cras in mi. Duis porta mauris ut ligula. Proin porta rutrum lacus. Etiam consequat scelerisque quam. Nulla facilisi.Maecenas luctus venenatis nulla. In sit amet dui non mi semper iaculis. Sed molestie tortor at ipsum. Morbi dictum rutrum magna. Sed vitaerisus.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean semper sagittis velit. Cras in mi. Duis porta mauris ut ligula. Proin porta rutrum lacus. Etiam consequat scelerisque quam. Nulla facilisi.Maecenas luctus venenatis nulla. In sit amet dui non mi semper iaculis. Sed molestie tortor at ipsum. Morbi dictum rutrum magna. Sed vitaerisus.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean semper sagittis velit. Cras in mi. Duis porta mauris ut ligula. Proin porta rutrum lacus. Etiam consequat scelerisque quam. Nulla facilisi.Maecenas luctus venenatis nulla. In sit amet dui non mi semper iaculis. Sed molestie tortor at ipsum. Morbi dictum rutrum magna. Sed vitaerisus.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean semper sagittis velit. Cras in mi. Duis porta mauris ut ligula. Proin porta rutrum lacus. Etiam consequat scelerisque quam. Nulla facilisi.Maecenas luctus venenatis nulla. In sit amet dui non mi semper iaculis. Sed molestie tortor at ipsum. Morbi dictum rutrum magna. Sed vitaerisus.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean semper sagittis velit. Cras in mi. Duis porta mauris ut ligula. Proin porta rutrum lacus. Etiam consequat scelerisque quam. Nulla facilisi.Maecenas luctus venenatis nulla. In sit amet dui non mi semper iaculis. Sed molestie tortor at ipsum. Morbi dictum rutrum magna. Sed vitaerisus.

- - -

getElementsByClass

- -

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean semper sagittis velit. Cras in mi. Duis porta mauris ut ligula. Proin porta rutrum lacus. Etiam consequat scelerisque quam. Nulla facilisi.Maecenas luctus venenatis nulla. In sit amet dui non mi semper iaculis. Sed molestie tortor at ipsum. Morbi dictum rutrum magna. Sed vitaerisus.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean semper sagittis velit. Cras in mi. Duis porta mauris ut ligula. Proin porta rutrum lacus. Etiam consequat scelerisque quam. Nulla facilisi.Maecenas luctus venenatis nulla. In sit amet dui non mi semper iaculis. Sed molestie tortor at ipsum. Morbi dictum rutrum magna. Sed vitaerisus.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean semper sagittis velit. Cras in mi. Duis porta mauris ut ligula. Proin porta rutrum lacus. Etiam consequat scelerisque quam. Nulla facilisi.Maecenas luctus venenatis nulla. In sit amet dui non mi semper iaculis. Sed molestie tortor at ipsum. Morbi dictum rutrum magna. Sed vitaerisus.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean semper sagittis velit. Cras in mi. Duis porta mauris ut ligula. Proin porta rutrum lacus. Etiam consequat scelerisque quam. Nulla facilisi.Maecenas luctus venenatis nulla. In sit amet dui non mi semper iaculis. Sed molestie tortor at ipsum. Morbi dictum rutrum magna. Sed vitaerisus.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean semper sagittis velit. Cras in mi. Duis porta mauris ut ligula. Proin porta rutrum lacus. Etiam consequat scelerisque quam. Nulla facilisi.Maecenas luctus venenatis nulla. In sit amet dui non mi semper iaculis. Sed molestie tortor at ipsum. Morbi dictum rutrum magna. Sed vitaerisus.

- -

ContainsAny

- -

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean semper sagittis velit. Cras in mi. Duis porta mauris ut ligula. Proin porta rutrum lacus. Etiam consequat scelerisque quam. Nulla facilisi.Maecenas luctus venenatis nulla. In sit amet dui non mi semper iaculis. Sed molestie tortor at ipsum. Morbi dictum rutrum magna. Sed vitaerisus.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean semper sagittis velit. Cras in mi. Duis porta mauris ut ligula. Proin porta rutrum lacus. Etiam consequat scelerisque quam. Nulla facilisi.Maecenas luctus venenatis nulla. In sit amet dui non mi semper iaculis. Sed molestie tortor at ipsum. Morbi dictum rutrum magna. Sed vitaerisus.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean semper sagittis velit. Cras in mi. Duis porta mauris ut ligula. Proin porta rutrum lacus. Etiam consequat scelerisque quam. Nulla facilisi.Maecenas luctus venenatis nulla. In sit amet dui non mi semper iaculis. Sed molestie tortor at ipsum. Morbi dictum rutrum magna. Sed vitaerisus.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean semper sagittis velit. Cras in mi. Duis porta mauris ut ligula. Proin porta rutrum lacus. Etiam consequat scelerisque quam. Nulla facilisi.Maecenas luctus venenatis nulla. In sit amet dui non mi semper iaculis. Sed molestie tortor at ipsum. Morbi dictum rutrum magna. Sed vitaerisus.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean semper sagittis velit. Cras in mi. Duis porta mauris ut ligula. Proin porta rutrum lacus. Etiam consequat scelerisque quam. Nulla facilisi.Maecenas luctus venenatis nulla. In sit amet dui non mi semper iaculis. Sed molestie tortor at ipsum. Morbi dictum rutrum magna. Sed vitaerisus.

- - - diff --git a/includes/js/dojox/fx/tests/test_sizeTo.html b/includes/js/dojox/fx/tests/test_sizeTo.html deleted file mode 100644 index 0c21e9b..0000000 --- a/includes/js/dojox/fx/tests/test_sizeTo.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - dojox.fx.sizeTo | experimental fx add-ons for the Dojo Toolkit - - - - - - - -

dojox.fx.sizeTo test

- -

quick sizeTo API overview:

- -
-        dojox.fx.sizeTo({
-                // basic requirements:
-                node: "aDomNodeId", // or a domNode reference        
-                width: 200, // measured in px
-                height: 200, // measured in px
-                method: "chain" // is default, or "combine"               
-        });
-        
-

- little test blocks (works in FF/win/mac + ie6) dojo.query() test -

- -
-
- mouse down / mouse up -
-
- hover / exit -
- -
- all of em' -
-
-
- - (click the box labeled "all of em'" again to reset all nodes) - - HTML AFTER -
- - - diff --git a/includes/js/dojox/fx/tests/test_slideBy.html b/includes/js/dojox/fx/tests/test_slideBy.html deleted file mode 100644 index a1a1960..0000000 --- a/includes/js/dojox/fx/tests/test_slideBy.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - dojox.fx - animation sets to use! - - - - - - - -

dojox.fx.slideBy test

- - top: 50, left:50 - top:-50, left:50 - top:-50, left:-50 - top:50, left:-50 - dojo.query() - chainTest - -
- lorem. ipsum. -
- -
- -
-
a
b
c
-
- - - HTML AFTER -
- - - - - diff --git a/includes/js/dojox/fx/tests/test_wipeTo.html b/includes/js/dojox/fx/tests/test_wipeTo.html deleted file mode 100644 index 539453b..0000000 --- a/includes/js/dojox/fx/tests/test_wipeTo.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - dojox.fx.wipeTo | experimental fx add-ons for the Dojo Toolkit - - - - - - - -

dojox.fx.wipeTo test

- -

quick sizeTo API overview:

- -
-        dojox.fx.wipeTo({
-                // basic requirements:
-                node: "aDomNodeId", // or a domNode reference        
-                width: 200 // measured in px
-                // height: 200 // measured in px (only one at a time, see sizeTo)         
-        });
-        
- -

Some test boxes: (id="box1,box2,box3" etc ...)

- - - - - - - -
- I am some small text -
- -
- I am some small text -
- -
- I am some small text -
- - -
- -
- - - -- cgit v1.2.3