X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..c8256059947f3aa8f5b0a9a2acf55e2142bb4742:/docs/source/Api.html diff --git a/docs/source/Api.html b/docs/source/Api.html index 5521c9c3..eae94b65 100644 --- a/docs/source/Api.html +++ b/docs/source/Api.html @@ -1,12 +1,18 @@ - -
- -+ + + ++ \ No newline at end of fileThe source code + + + + +/*! + * Ext JS Library 3.2.1 + * Copyright(c) 2006-2010 Ext JS, Inc. + * licensing@extjs.com + * http://www.extjs.com/license + */ + /** * @class Ext.data.Api * @extends Object @@ -67,8 +73,7 @@ restActions : { /** * Returns true if supplied action-name is a valid API action defined in- +{@link #actions}
constants - * @param {String} action - * @param {String[]}(Optional) List of available CRUD actions. Pass in list when executing multiple times for efficiency. + * @param {String} action Action to test for availability. * @return {Boolean} */ isAction : function(action) { @@ -100,7 +105,7 @@ restActions : { /** * Returns true if the supplied API is valid; that is, check that all keys match defined actions * otherwise returns an array of mistakes. - * @return {String[]||true} + * @return {String[]|true} */ isValid : function(api){ var invalid = []; @@ -286,6 +291,6 @@ Ext.apply(Ext.data.Api.Error.prototype, { }); -