X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/docs/output/Ext.EventManager.js diff --git a/docs/output/Ext.EventManager.js b/docs/output/Ext.EventManager.js index a331d42e..ed7f0cf2 100644 --- a/docs/output/Ext.EventManager.js +++ b/docs/output/Ext.EventManager.js @@ -1,688 +1 @@ -Ext.data.JsonP.Ext_EventManager({ - "allMixins": [ - - ], - "deprecated": null, - "docauthor": null, - "members": { - "cfg": [ - - ], - "method": [ - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "EventManager.html#Ext-EventManager-method-addListener", - "shortDoc": "Appends an event handler to an element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js", - "private": false, - "params": [ - { - "type": "String/HTMLElement", - "optional": false, - "doc": "

The html element or id to assign the event handler to.

\n", - "name": "el" - }, - { - "type": "String", - "optional": false, - "doc": "

The name of the event to listen for.

\n", - "name": "eventName" - }, - { - "type": "Function", - "optional": false, - "doc": "

The handler function the event invokes. This function is passed\nthe following parameters:

\n", - "name": "handler" - }, - { - "type": "Object", - "optional": true, - "doc": "

(optional) The scope (this reference) in which the handler function is executed. Defaults to the Element.

\n", - "name": "scope" - }, - { - "type": "Object", - "optional": true, - "doc": "

(optional) An object containing handler configuration properties.\nThis may contain any of the following properties:


\n\n

See Ext.core.Element.addListener for examples of how to use these options.

\n\n", - "name": "options" - } - ], - "name": "addListener", - "owner": "Ext.EventManager", - "doc": "

Appends an event handler to an element. The shorthand version on is equivalent. Typically you will\nuse Ext.core.Element.addListener directly on an Element in favor of calling this version.

\n", - "linenr": 284, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "EventManager.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "EventManager.html#Ext-EventManager-method-getId", - "shortDoc": "Get the id of the element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js", - "private": false, - "params": [ - { - "type": "Mixed", - "optional": false, - "doc": "

The element to get the id for.

\n", - "name": "element" - } - ], - "name": "getId", - "owner": "Ext.EventManager", - "doc": "

Get the id of the element. If one has not been assigned, automatically assign it.

\n", - "linenr": 170, - "return": { - "type": "String", - "doc": "

id

\n" - }, - "html_filename": "EventManager.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "EventManager.html#Ext-EventManager-method-getKeyEvent", - "shortDoc": "Indicates which event to use for getting key presses. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js", - "private": false, - "params": [ - - ], - "name": "getKeyEvent", - "owner": "Ext.EventManager", - "doc": "

Indicates which event to use for getting key presses.

\n", - "linenr": 834, - "return": { - "type": "String", - "doc": "

The appropriate event name.

\n" - }, - "html_filename": "EventManager.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "EventManager.html#Ext-EventManager-method-getPageX", - "shortDoc": "Gets the x coordinate from the event ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "

The event

\n", - "name": "event" - } - ], - "name": "getPageX", - "owner": "Ext.EventManager", - "doc": "

Gets the x coordinate from the event

\n", - "linenr": 656, - "return": { - "type": "Number", - "doc": "

The x coordinate

\n" - }, - "html_filename": "EventManager.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "EventManager.html#Ext-EventManager-method-getPageXY", - "shortDoc": "Gets the x & ycoordinate from the event ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "

The event

\n", - "name": "event" - } - ], - "name": "getPageXY", - "owner": "Ext.EventManager", - "doc": "

Gets the x & ycoordinate from the event

\n", - "linenr": 674, - "return": { - "type": "Array", - "doc": "

The x/y coordinate

\n" - }, - "html_filename": "EventManager.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "EventManager.html#Ext-EventManager-method-getPageY", - "shortDoc": "Gets the y coordinate from the event ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "

The event

\n", - "name": "event" - } - ], - "name": "getPageY", - "owner": "Ext.EventManager", - "doc": "

Gets the y coordinate from the event

\n", - "linenr": 665, - "return": { - "type": "Number", - "doc": "

The y coordinate

\n" - }, - "html_filename": "EventManager.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "EventManager.html#Ext-EventManager-method-getRelatedTarget", - "shortDoc": "Gets the related target from the event. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "

The event

\n", - "name": "event" - } - ], - "name": "getRelatedTarget", - "owner": "Ext.EventManager", - "doc": "

Gets the related target from the event.

\n", - "linenr": 638, - "return": { - "type": "HTMLElement", - "doc": "

The related target.

\n" - }, - "html_filename": "EventManager.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "EventManager.html#Ext-EventManager-method-getTarget", - "shortDoc": "Gets the target of the event. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js", - "private": false, - "params": [ - { - "type": "Object", - "optional": false, - "doc": "

The event

\n", - "name": "event" - } - ], - "name": "getTarget", - "owner": "Ext.EventManager", - "doc": "

Gets the target of the event.

\n", - "linenr": 694, - "return": { - "type": "HTMLElement", - "doc": "

target

\n" - }, - "html_filename": "EventManager.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "EventManager.html#Ext-EventManager-method-on", - "shortDoc": "Alias for Ext.EventManager.addListener ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js", - "private": false, - "params": [ - - ], - "name": "on", - "owner": "Ext.EventManager", - "doc": "

Alias for Ext.EventManager.addListener

\n", - "linenr": 859, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "EventManager.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "EventManager.html#Ext-EventManager-method-onDocumentReady", - "shortDoc": "Adds a listener to be notified when the document is ready (before onload and before images are loaded). ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js", - "private": false, - "params": [ - { - "type": "Function", - "optional": false, - "doc": "

The method the event invokes.

\n", - "name": "fn" - }, - { - "type": "Object", - "optional": true, - "doc": "

(optional) The scope (this reference) in which the handler function executes. Defaults to the browser window.

\n", - "name": "scope" - }, - { - "type": "boolean", - "optional": true, - "doc": "

(optional) Options object as passed to Ext.core.Element.addListener.

\n", - "name": "options" - } - ], - "name": "onDocumentReady", - "owner": "Ext.EventManager", - "doc": "

Adds a listener to be notified when the document is ready (before onload and before images are loaded). Can be\naccessed shorthanded as Ext.onReady().

\n", - "linenr": 129, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "EventManager.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "EventManager.html#Ext-EventManager-method-onWindowResize", - "shortDoc": "Adds a listener to be notified when the browser window is resized and provides resize event buffering (100 millisecon...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js", - "private": false, - "params": [ - { - "type": "Function", - "optional": false, - "doc": "

The handler function the window resize event invokes.

\n", - "name": "fn" - }, - { - "type": "Object", - "optional": false, - "doc": "

The scope (this reference) in which the handler function executes. Defaults to the browser window.

\n", - "name": "scope" - }, - { - "type": "boolean", - "optional": false, - "doc": "

Options object as passed to Ext.core.Element.addListener

\n", - "name": "options" - } - ], - "name": "onWindowResize", - "owner": "Ext.EventManager", - "doc": "

Adds a listener to be notified when the browser window is resized and provides resize event buffering (100 milliseconds),\npasses new viewport width and height to handlers.

\n", - "linenr": 732, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "EventManager.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "EventManager.html#Ext-EventManager-method-preventDefault", - "shortDoc": "Prevents the browsers default handling of the event. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js", - "private": false, - "params": [ - { - "type": "Event", - "optional": false, - "doc": "

event to prevent the default

\n", - "name": "The" - } - ], - "name": "preventDefault", - "owner": "Ext.EventManager", - "doc": "

Prevents the browsers default handling of the event.

\n", - "linenr": 616, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "EventManager.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "EventManager.html#Ext-EventManager-method-purgeElement", - "shortDoc": "Recursively removes all previous added listeners from an element and its children. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js", - "private": false, - "params": [ - { - "type": "String/HTMLElement", - "optional": false, - "doc": "

The id or html element from which to remove all event handlers.

\n", - "name": "el" - }, - { - "type": "String", - "optional": true, - "doc": "

(optional) The name of the event.

\n", - "name": "eventName" - } - ], - "name": "purgeElement", - "owner": "Ext.EventManager", - "doc": "

Recursively removes all previous added listeners from an element and its children. Typically you will use Ext.core.Element.purgeAllListeners\ndirectly on an Element in favor of calling this version.

\n", - "linenr": 452, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "EventManager.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "EventManager.html#Ext-EventManager-method-removeAll", - "shortDoc": "Removes all event handers from an element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js", - "private": false, - "params": [ - { - "type": "String/HTMLElement", - "optional": false, - "doc": "

The id or html element from which to remove all event handlers.

\n", - "name": "el" - } - ], - "name": "removeAll", - "owner": "Ext.EventManager", - "doc": "

Removes all event handers from an element. Typically you will use Ext.core.Element.removeAllListeners\ndirectly on an Element in favor of calling this version.

\n", - "linenr": 431, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "EventManager.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "EventManager.html#Ext-EventManager-method-removeListener", - "shortDoc": "Removes an event handler from an element. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js", - "private": false, - "params": [ - { - "type": "String/HTMLElement", - "optional": false, - "doc": "

The id or html element from which to remove the listener.

\n", - "name": "el" - }, - { - "type": "String", - "optional": false, - "doc": "

The name of the event.

\n", - "name": "eventName" - }, - { - "type": "Function", - "optional": false, - "doc": "

The handler function to remove. This must be a reference to the function passed into the addListener call.

\n", - "name": "fn" - }, - { - "type": "Object", - "optional": false, - "doc": "

If a scope (this reference) was specified when the listener was added,\nthen this must refer to the same object.

\n", - "name": "scope" - } - ], - "name": "removeListener", - "owner": "Ext.EventManager", - "doc": "

Removes an event handler from an element. The shorthand version un is equivalent. Typically\nyou will use Ext.core.Element.removeListener directly on an Element in favor of calling this version.

\n", - "linenr": 371, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "EventManager.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "EventManager.html#Ext-EventManager-method-removeResizeListener", - "shortDoc": "Removes the passed window resize listener. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js", - "private": false, - "params": [ - { - "type": "Function", - "optional": false, - "doc": "

The method the event invokes

\n", - "name": "fn" - }, - { - "type": "Object", - "optional": false, - "doc": "

The scope of handler

\n", - "name": "scope" - } - ], - "name": "removeResizeListener", - "owner": "Ext.EventManager", - "doc": "

Removes the passed window resize listener.

\n", - "linenr": 765, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "EventManager.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "EventManager.html#Ext-EventManager-method-removeUnloadListener", - "shortDoc": "Removes the passed window unload listener. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js", - "private": false, - "params": [ - { - "type": "Function", - "optional": false, - "doc": "

The method the event invokes

\n", - "name": "fn" - }, - { - "type": "Object", - "optional": false, - "doc": "

The scope of handler

\n", - "name": "scope" - } - ], - "name": "removeUnloadListener", - "owner": "Ext.EventManager", - "doc": "

Removes the passed window unload listener.

\n", - "linenr": 813, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "EventManager.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "EventManager.html#Ext-EventManager-method-stopEvent", - "shortDoc": "Stop the event (preventDefault and stopPropagation) ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js", - "private": false, - "params": [ - { - "type": "Event", - "optional": false, - "doc": "

event to stop

\n", - "name": "The" - } - ], - "name": "stopEvent", - "owner": "Ext.EventManager", - "doc": "

Stop the event (preventDefault and stopPropagation)

\n", - "linenr": 594, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "EventManager.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "EventManager.html#Ext-EventManager-method-stopPropagation", - "shortDoc": "Cancels bubbling of the event. ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js", - "private": false, - "params": [ - { - "type": "Event", - "optional": false, - "doc": "

event to stop bubbling.

\n", - "name": "The" - } - ], - "name": "stopPropagation", - "owner": "Ext.EventManager", - "doc": "

Cancels bubbling of the event.

\n", - "linenr": 603, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "EventManager.html" - }, - { - "deprecated": null, - "alias": null, - "protected": false, - "tagname": "method", - "href": "EventManager.html#Ext-EventManager-method-un", - "shortDoc": "Alias for Ext.EventManager.removeListener ...", - "static": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js", - "private": false, - "params": [ - - ], - "name": "un", - "owner": "Ext.EventManager", - "doc": "

Alias for Ext.EventManager.removeListener

\n", - "linenr": 866, - "return": { - "type": "void", - "doc": "\n" - }, - "html_filename": "EventManager.html" - } - ], - "property": [ - - ], - "cssVar": [ - - ], - "cssMixin": [ - - ], - "event": [ - - ] - }, - "singleton": true, - "alias": null, - "superclasses": [ - - ], - "protected": false, - "tagname": "class", - "mixins": [ - - ], - "href": "EventManager.html#Ext-EventManager", - "subclasses": [ - - ], - "static": false, - "author": null, - "component": false, - "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/EventManager.js", - "private": false, - "alternateClassNames": [ - - ], - "name": "Ext.EventManager", - "doc": "

Registers event handlers that want to receive a normalized EventObject instead of the standard browser event and provides\nseveral useful events directly.\nSee Ext.EventObject for more details on normalized event objects.

\n", - "mixedInto": [ - - ], - "linenr": 1, - "xtypes": [ - - ], - "html_filename": "EventManager.html", - "extends": null -}); \ No newline at end of file +Ext.data.JsonP.Ext_EventManager({"tagname":"class","html":"

Files

Registers event handlers that want to receive a normalized EventObject instead of the standard browser event and provides\nseveral useful events directly.\nSee Ext.EventObject for more details on normalized event objects.

\n
Defined By

Methods

( String/HTMLElement el, String eventName, Function handler, [Object scope], [Object options] )
Appends an event handler to an element. ...

Appends an event handler to an element. The shorthand version on is equivalent. Typically you will\nuse Ext.Element.addListener directly on an Element in favor of calling this version.

\n

Parameters

  • el : String/HTMLElement

    The html element or id to assign the event handler to.

    \n
  • eventName : String

    The name of the event to listen for.

    \n
  • handler : Function

    The handler function the event invokes. This function is passed\nthe following parameters:

      \n
    • evt : EventObject
      The EventObject describing the event.
    • \n
    • t : Element
      The Element which was the target of the event.\nNote that this may be filtered by using the delegate option.
    • \n
    • o : Object
      The options object from the addListener call.
    • \n

    \n
  • scope : Object (optional)

    The scope (this reference) in which the handler function is executed. Defaults to the Element.

    \n
  • options : Object (optional)

    An object containing handler configuration properties.\nThis may contain any of the following properties:

      \n
    • scope : Object
      The scope (this reference) in which the handler function is executed. Defaults to the Element.
    • \n
    • delegate : String
      A simple selector to filter the target or look for a descendant of the target
    • \n
    • stopEvent : Boolean
      True to stop the event. That is stop propagation, and prevent the default action.
    • \n
    • preventDefault : Boolean
      True to prevent the default action
    • \n
    • stopPropagation : Boolean
      True to prevent event propagation
    • \n
    • normalized : Boolean
      False to pass a browser event to the handler function instead of an Ext.EventObject
    • \n
    • delay : Number
      The number of milliseconds to delay the invocation of the handler after te event fires.
    • \n
    • single : Boolean
      True to add a handler to handle just the next firing of the event, and then remove itself.
    • \n
    • buffer : Number
      Causes the handler to be scheduled to run in an Ext.util.DelayedTask delayed\nby the specified number of milliseconds. If the event fires again within that time, the original\nhandler is not invoked, but the new handler is scheduled in its place.
    • \n
    • target : Element
      Only call the handler if the event was fired on the target Element, not if the event was bubbled up from a child node.
    • \n

    \n\n

    See Ext.Element.addListener for examples of how to use these options.

    \n\n
Get the id of the element. ...

Get the id of the element. If one has not been assigned, automatically assign it.

\n

Parameters

  • element : HTMLElement/Ext.Element

    The element to get the id for.

    \n

Returns

Indicates which event to use for getting key presses. ...

Indicates which event to use for getting key presses.

\n

Returns

  • String

    The appropriate event name.

    \n
Gets the x coordinate from the event ...

Gets the x coordinate from the event

\n

Parameters

Returns

Gets the x & y coordinate from the event ...

Gets the x & y coordinate from the event

\n

Parameters

Returns

Gets the y coordinate from the event ...

Gets the y coordinate from the event

\n

Parameters

Returns

Gets the related target from the event. ...

Gets the related target from the event.

\n

Parameters

Returns

  • HTMLElement

    The related target.

    \n
Gets the target of the event. ...

Gets the target of the event.

\n

Parameters

Returns

  • HTMLElement

    target

    \n
Alias for Ext.EventManager.addListener ...
Adds a listener to be notified when the document is ready (before onload and before images are loaded). ...

Adds a listener to be notified when the document is ready (before onload and before images are loaded). Can be\naccessed shorthanded as Ext.onReady().

\n

Parameters

  • fn : Function

    The method the event invokes.

    \n
  • scope : Object (optional)

    The scope (this reference) in which the handler function executes. Defaults to the browser window.

    \n
  • options : Boolean (optional)

    Options object as passed to Ext.Element.addListener.

    \n
Adds a listener to be notified when the browser window is resized and provides resize event buffering (100 millisecon...

Adds a listener to be notified when the browser window is resized and provides resize event buffering (100 milliseconds),\npasses new viewport width and height to handlers.

\n

Parameters

  • fn : Function

    The handler function the window resize event invokes.

    \n
  • scope : Object

    The scope (this reference) in which the handler function executes. Defaults to the browser window.

    \n
  • options : Boolean

    Options object as passed to Ext.Element.addListener

    \n
Prevents the browsers default handling of the event. ...

Prevents the browsers default handling of the event.

\n

Parameters

  • The : Event

    event to prevent the default

    \n
Recursively removes all previous added listeners from an element and its children. ...

Recursively removes all previous added listeners from an element and its children. Typically you will use Ext.Element.purgeAllListeners\ndirectly on an Element in favor of calling this version.

\n

Parameters

  • el : String/HTMLElement

    The id or html element from which to remove all event handlers.

    \n
  • eventName : String (optional)

    The name of the event.

    \n
Removes all event handers from an element. ...

Removes all event handers from an element. Typically you will use Ext.Element.removeAllListeners\ndirectly on an Element in favor of calling this version.

\n

Parameters

  • el : String/HTMLElement

    The id or html element from which to remove all event handlers.

    \n
Removes an event handler from an element. ...

Removes an event handler from an element. The shorthand version un is equivalent. Typically\nyou will use Ext.Element.removeListener directly on an Element in favor of calling this version.

\n

Parameters

  • el : String/HTMLElement

    The id or html element from which to remove the listener.

    \n
  • eventName : String

    The name of the event.

    \n
  • fn : Function

    The handler function to remove. This must be a reference to the function passed into the addListener call.

    \n
  • scope : Object

    If a scope (this reference) was specified when the listener was added,\nthen this must refer to the same object.

    \n
Removes the passed window resize listener. ...

Removes the passed window resize listener.

\n

Parameters

  • fn : Function

    The method the event invokes

    \n
  • scope : Object

    The scope of handler

    \n
Removes the passed window unload listener. ...

Removes the passed window unload listener.

\n

Parameters

  • fn : Function

    The method the event invokes

    \n
  • scope : Object

    The scope of handler

    \n
Stop the event (preventDefault and stopPropagation) ...

Stop the event (preventDefault and stopPropagation)

\n

Parameters

  • The : Event

    event to stop

    \n
Cancels bubbling of the event. ...

Cancels bubbling of the event.

\n

Parameters

  • The : Event

    event to stop bubbling.

    \n
Alias for Ext.EventManager.removeListener ...
","allMixins":[],"meta":{},"requires":[],"deprecated":null,"extends":null,"inheritable":false,"static":false,"superclasses":[],"singleton":true,"code_type":"assignment","alias":null,"statics":{"property":[],"css_var":[],"css_mixin":[],"cfg":[],"method":[],"event":[]},"subclasses":[],"uses":[],"protected":false,"mixins":[],"members":{"property":[],"css_var":[],"css_mixin":[],"cfg":[],"method":[{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.EventManager","template":false,"required":null,"protected":false,"name":"addListener","id":"method-addListener"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.EventManager","template":false,"required":null,"protected":false,"name":"getId","id":"method-getId"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.EventManager","template":false,"required":null,"protected":false,"name":"getKeyEvent","id":"method-getKeyEvent"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.EventManager","template":false,"required":null,"protected":false,"name":"getPageX","id":"method-getPageX"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.EventManager","template":false,"required":null,"protected":false,"name":"getPageXY","id":"method-getPageXY"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.EventManager","template":false,"required":null,"protected":false,"name":"getPageY","id":"method-getPageY"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.EventManager","template":false,"required":null,"protected":false,"name":"getRelatedTarget","id":"method-getRelatedTarget"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.EventManager","template":false,"required":null,"protected":false,"name":"getTarget","id":"method-getTarget"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.EventManager","template":false,"required":null,"protected":false,"name":"on","id":"method-on"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.EventManager","template":false,"required":null,"protected":false,"name":"onDocumentReady","id":"method-onDocumentReady"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.EventManager","template":false,"required":null,"protected":false,"name":"onWindowResize","id":"method-onWindowResize"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.EventManager","template":false,"required":null,"protected":false,"name":"preventDefault","id":"method-preventDefault"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.EventManager","template":false,"required":null,"protected":false,"name":"purgeElement","id":"method-purgeElement"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.EventManager","template":false,"required":null,"protected":false,"name":"removeAll","id":"method-removeAll"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.EventManager","template":false,"required":null,"protected":false,"name":"removeListener","id":"method-removeListener"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.EventManager","template":false,"required":null,"protected":false,"name":"removeResizeListener","id":"method-removeResizeListener"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.EventManager","template":false,"required":null,"protected":false,"name":"removeUnloadListener","id":"method-removeUnloadListener"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.EventManager","template":false,"required":null,"protected":false,"name":"stopEvent","id":"method-stopEvent"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.EventManager","template":false,"required":null,"protected":false,"name":"stopPropagation","id":"method-stopPropagation"},{"tagname":"method","deprecated":null,"static":false,"owner":"Ext.EventManager","template":false,"required":null,"protected":false,"name":"un","id":"method-un"}],"event":[]},"private":false,"component":false,"name":"Ext.EventManager","alternateClassNames":[],"id":"class-Ext.EventManager","mixedInto":[],"xtypes":{},"files":[{"href":"EventManager.html#Ext-EventManager","filename":"EventManager.js"}]}); \ No newline at end of file