diff -r 000000000000 -r 40c8f766c9b8 src/cm/media/js/lib/yui/yui3.0.0/api/Test.Wait.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui3.0.0/api/Test.Wait.html Mon Nov 23 15:14:29 2009 +0100 @@ -0,0 +1,273 @@ + + + + + API: test Test.Wait (YUI Library) + + + + + + + + + + +
+
+

Yahoo! UI Library

+

test  3.0.0

+ Yahoo! UI Library + > test + > Test.Wait + +
+
+ Search: +
+   +
+
+
+
+ +
+
+
+
+
+ Filters + + + +
+
+ +

+ + + + + Class Test.Wait + + + +

+ + + + + +
+ Represents a stoppage in test execution to wait for an amount of time before +continuing. +
+ +
+

Constructor

+
+
+ Test.Wait + + ( + + + + segment + + , + delay + ) + +
+
+
Parameters:
+
+ segment + <Function> + + A function to run when the wait is over. +
+
+ delay + <int> + + The number of milliseconds to wait before running the code. +
+
+ + +
+
+
+
+ +
+
+

Properties

+
+
+

delay + - int +

+
+
+ The delay before running the segment of code. +
+
+ + + + +
+
+
+

segment + - Function +

+
+
+ The segment of code to run when the wait is over. +
+
+ + + + +
+
+
+
+ +
+ +
+ +
+ +
+ + +
+ +
+ +
+ +
+
+ +
+
+
+ Copyright © 2009 Yahoo! Inc. All rights reserved. +
+
+ + +