[CLOSED] Load Mask custom message for Ext.net.DirectMethod.request

  1. #1

    [CLOSED] Load Mask custom message for Ext.net.DirectMethod.request

    Hi,

    I am trying to change the load mask text with the below javascript code:

    Ext.net.DirectMethod.request({
                   url: '@Url.Action("DeleteScenario", "Scenario")',
                   timeout: 50000,
                   eventMask: { showMask: true, Msg: "Please wait" },
    ...
      });
    But some how its not working. What's misisng.
    Last edited by Daniil; Sep 17, 2013 at 5:29 AM. Reason: Please use [CODE] tags, [CLOSED]
  2. #2
    Hi @PriceRightHTML5team,

    Please try with
    msg: "Please wait"
    instead of
    Msg: "Please wait"
    JavaScript is a case-sensitive language.

    Also please edit your post wrapping the code in [CODE] tags.
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @PriceRightHTML5team,

    Please try with
    msg: "Please wait"
    instead of
    Msg: "Please wait"
    JavaScript is a case-sensitive language.

    Also please edit your post wrapping the code in [CODE] tags.
    Thanks it worked
  4. #4
    Nice.

    Could you, please, follow this?
    Quote Originally Posted by Daniil View Post
    Also please edit your post wrapping the code in [CODE] tags.

Similar Threads

  1. [CLOSED] Load Mask Not displaying on Grid Panel data load
    By WHISHWORKS in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 17, 2013, 3:44 PM
  2. Show a load mask with a DirectMethod call
    By ashwinrath in forum 1.x Help
    Replies: 2
    Last Post: Apr 21, 2012, 6:35 PM
  3. Replies: 6
    Last Post: Nov 15, 2011, 2:02 AM
  4. [CLOSED] Store request failure message
    By albayrak in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 07, 2011, 10:27 AM
  5. Ext.net.DirectMethod.request MASK
    By sipo in forum 1.x Help
    Replies: 5
    Last Post: May 07, 2010, 5:30 AM

Tags for this Thread

Posting Permissions