diff -r 322d0feea350 -r 89ef5ed3c48b src/cm/media/js/lib/yui/yui_3.10.3/api/classes/Do.AlterArgs.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui_3.10.3/api/classes/Do.AlterArgs.html Tue Jul 16 14:29:46 2013 +0200 @@ -0,0 +1,1724 @@ + + + + + Do.AlterArgs - YUI 3 + + + + + + + + +
+
+
+ +

+ +
+
+ API Docs for: 3.10.3 +
+
+
+ +
+ +
+
+
+ Show: + + + + + + + +
+ + +
+
+
+

Do.AlterArgs Class

+
+ + + + + + + + + + + Module: event-custom-base
+ Parent Module: event-custom + + + + +
+ + + +
+

Return an AlterArgs object when you want to change the arguments that +were passed into the function. Useful for Do.before subscribers. An +example would be a service that scrubs out illegal characters prior to +executing the core business logic.

+
+ + +
+

Constructor

+
+

Do.AlterArgs

+ + +
+ (
    + +
  • + + msg + +
  • + +
  • + + newArgs + +
  • + +
) +
+ + + + + + + + + + + + + + + + +
+ + + +

+ + Defined in + + + + + event-custom/js/event-do.js:307 + +

+ + + + + +
+ +
+ +
+ + +
+

Parameters:

+ +
    + +
  • + + msg + String + + + + +
    +

    (optional) Explanation of the altered return value

    +
    + + +
  • + +
  • + + newArgs + Array + + + + +
    +

    Call parameters to be used for the original method + instead of the arguments originally passed in.

    +
    + + +
  • + +
+
+ + + + + +
+ +
+ + +
+ + +
+
+

Item Index

+ + + + + + + + +
+ + + + + + + + +
+
+ +
+
+
+
+
+
+ + + + + + + + + +