X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..ddde20c4d4ac6a8d53de079761155de813845b3c:/docs/source/Ext-more.html diff --git a/docs/source/Ext-more.html b/docs/source/Ext-more.html index 4f21c015..fe231487 100644 --- a/docs/source/Ext-more.html +++ b/docs/source/Ext-more.html @@ -1,12 +1,18 @@ - -
- -/** + + + +* @param {Array|NodeList} arr The Array of items to invoke the method on. * @param {String} methodName The method name to invoke. - * @param {Anything} ... Arguments to send into the method invocation. + * @param {...*} args Arguments to send into the method invocation. * @return {Array} The results of invoking the method on each item in the array. */ invoke : function(arr, methodName){ @@ -545,7 +551,7 @@ Ext.zip( }; }()); -/** +/** * @class Function * These functions are available on every Function object (any JavaScript function). */ @@ -585,7 +591,7 @@ sayGoodbye('Fred'); // both alerts show }); -/** +/** * @class String * These functions are available as static methods on the JavaScript String object. */ @@ -688,6 +694,6 @@ Ext.applyIf(Number.prototype, { return Math.min(Math.max(this, min), max); } }); - - + + \ No newline at end of fileThe source code + + + + +/*! + * Ext JS Library 3.2.0 + * Copyright(c) 2006-2010 Ext JS, Inc. + * licensing@extjs.com + * http://www.extjs.com/license + */ +/** * @class Ext */ @@ -188,9 +194,9 @@ ImageComponent = Ext.extend(Ext.BoxComponent, { } }); *- * @param {Object} The destination object. - * @param {Object} The source object. - * @param {Array/String} Either an Array of property names, or a comma-delimited list + * @param {Object} dest The destination object. + * @param {Object} source The source object. + * @param {Array/String} names Either an Array of property names, or a comma-delimited list * of property names to copy. * @return {Object} The modified object. */ @@ -390,7 +396,7 @@ Ext.invoke(Ext.query("p"), "getAttribute", "id"); *