diff -r 000000000000 -r 40c8f766c9b8 src/cm/media/js/lib/yui/yui3.0.0/api/Do.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui3.0.0/api/Do.html Mon Nov 23 15:14:29 2009 +0100 @@ -0,0 +1,518 @@ + + +
+ +static
+
+ Class Do
+
+
+
+
+ private
+ static
+
+ string
+ _inject
+ (
+
+
+ when
+
+
+ ,
+ fn
+
+
+ ,
+ obj
+
+
+ ,
+ sFn
+
+
+ ,
+ c
+
+
+ )
+
+
+ when
+ <string>
+
+ before or after
+ fn
+ <Function>
+
+ the function to execute
+ obj
+ <object>
+
+ the object hosting the method to displace
+ sFn
+ <string>
+
+ the name of the method to displace
+ c
+ <object>
+
+ The execution context for fn
+
+ string
+
+
+ static
+
+ string
+ after
+ (
+
+
+ fn
+
+
+ ,
+ obj
+
+
+ ,
+ sFn
+
+
+ ,
+ c
+
+
+ )
+
+
+ fn
+ <Function>
+
+ the function to execute
+ obj
+ <object>
+
+ the object hosting the method to displace
+ sFn
+ <string>
+
+ the name of the method to displace
+ c
+ <object>
+
+ The execution context for fn
+
+ string
+
+
+ static
+
+ string
+ before
+ (
+
+
+ fn
+
+
+ ,
+ obj
+
+
+ ,
+ sFn
+
+
+ ,
+ c
+
+
+ )
+
+
+ fn
+ <Function>
+
+ the function to execute
+ obj
+ <object>
+
+ the object hosting the method to displace
+ sFn
+ <string>
+
+ the name of the method to displace
+ c
+ <object>
+
+ The execution context for fn
+
+ string
+
+
+
+
+ void
+ detach
+ (
+
+
+ handle
+
+
+ )
+
+
+ handle
+ <string>
+
+ the subscription handle
+