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

A base class for all Ext.direct events. An event is\ncreated after some kind of interaction with the server.\nThe event class is essentially just a data structure\nto hold a direct response.

\n", + "extends": null, + "mixins": [ + + ], + "alternateClassNames": [ + + ], + "xtype": null, + "author": null, + "docauthor": null, + "singleton": false, + "private": false, + "cfg": [ + + ], + "method": [ + { + "tagname": "method", + "name": "Event", + "member": "Ext.direct.Event", + "doc": "\n", + "params": [ + { + "type": "Object", + "name": "config", + "doc": "

The config object

\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/direct/Event.js", + "linenr": 1, + "html_filename": "Event.html", + "href": "Event.html#Ext-direct-Event-method-constructor", + "shortDoc": "\n" + }, + { + "tagname": "method", + "name": "getData", + "member": "Ext.direct.Event", + "doc": "

Return the raw data for this event.

\n", + "params": [ + + ], + "return": { + "type": "Object", + "doc": "

The data from the event

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

Return the raw data for this event.

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