X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/api/Ext.direct.Event.html diff --git a/docs/api/Ext.direct.Event.html b/docs/api/Ext.direct.Event.html new file mode 100644 index 00000000..bb8c901c --- /dev/null +++ b/docs/api/Ext.direct.Event.html @@ -0,0 +1,49 @@ +Ext.direct.Event | Ext JS 4.0 Documentation +
For up to date documentation and features, visit +http://docs.sencha.com/ext-js/4-0

Sencha Documentation

+ + + + + +

A base class for all Ext.direct events. An event is +created after some kind of interaction with the server. +The event class is essentially just a data structure +to hold a direct response.

+
Defined By

Methods

 
Event( +Object config) + : void

 

+

Parameters

  • config : Object

    The config object

    +

Returns

  • void    +
 

Return the raw data for this event.

+

Return the raw data for this event.

+

Returns

  • Object   

    The data from the event

    +
\ No newline at end of file