X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/output/Ext.direct.RemotingMethod.js diff --git a/docs/output/Ext.direct.RemotingMethod.js b/docs/output/Ext.direct.RemotingMethod.js new file mode 100644 index 00000000..7af553bf --- /dev/null +++ b/docs/output/Ext.direct.RemotingMethod.js @@ -0,0 +1,76 @@ +Ext.data.JsonP.Ext_direct_RemotingMethod({ + "tagname": "class", + "name": "Ext.direct.RemotingMethod", + "doc": "

Small utility class used internally to represent a Direct method.\nThi class is used internally.

\n", + "extends": null, + "mixins": [ + + ], + "alternateClassNames": [ + + ], + "xtype": null, + "author": null, + "docauthor": null, + "singleton": false, + "private": true, + "cfg": [ + + ], + "method": [ + { + "tagname": "method", + "name": "getCallData", + "member": "Ext.direct.RemotingMethod", + "doc": "

Takes the arguments for the Direct function and splits the arguments\nfrom the scope and the callback.

\n", + "params": [ + { + "type": "Array", + "name": "args", + "doc": "

The arguments passed to the direct call

\n", + "optional": false + } + ], + "return": { + "type": "Object", + "doc": "

An object with 3 properties, args, callback & scope.

\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/direct/RemotingMethod.js", + "linenr": 34, + "html_filename": "RemotingMethod.html", + "href": "RemotingMethod.html#Ext-direct-RemotingMethod-method-getCallData", + "shortDoc": "

Takes the arguments for the Direct function and splits the arguments\nfrom the scope and the callback.

\n" + } + ], + "property": [ + + ], + "event": [ + + ], + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/direct/RemotingMethod.js", + "linenr": 1, + "html_filename": "RemotingMethod.html", + "href": "RemotingMethod.html#Ext-direct-RemotingMethod", + "cssVar": [ + + ], + "cssMixin": [ + + ], + "component": false, + "superclasses": [ + + ], + "subclasses": [ + + ], + "mixedInto": [ + + ], + "allMixins": [ + + ] +}); \ No newline at end of file