[CLOSED] Global way to check if ANY directmethod / ajax request is running

  1. #1

    [CLOSED] Global way to check if ANY directmethod / ajax request is running

    Is there a way in javascript to check if a directmethod or any ajax request is currently running?
    Last edited by Daniil; Dec 24, 2013 at 8:30 AM. Reason: [CLOSED]
  2. #2
    Try to use the following listeners of ResourceManager
    <BeforeAjaxRequest />
    <AjaxRequestComplete />
    <AjaxRequestException />
    and set required flags which can help you to persist requests state
  3. #3
    Here is a related thread with an alternative suggestion.
    http://forums.ext.net/showthread.php?36831

Similar Threads

  1. Replies: 1
    Last Post: Jul 30, 2013, 3:36 PM
  2. Replies: 2
    Last Post: May 14, 2013, 8:20 AM
  3. Ext.net.DirectMethod.request MASK
    By sipo in forum 1.x Help
    Replies: 5
    Last Post: May 07, 2010, 5:30 AM
  4. Ext.net.DirectMethod.request PARAMS
    By sipo in forum 1.x Help
    Replies: 0
    Last Post: Apr 15, 2010, 5:06 AM
  5. Page_ Ajax Load Complete BUG on Ajax Request
    By jeybonnet in forum 1.x Help
    Replies: 8
    Last Post: Jun 22, 2009, 11:19 AM

Posting Permissions