[CLOSED] disable desktop while loading modual

  1. #1

    [CLOSED] disable desktop while loading modual

    Hi, I need dynamically load module from a partial page. How do I disable desktop (show mask on desk top) while adding new module to it?
    Thanks
    -szhang
    Last edited by Daniil; Aug 14, 2015 at 7:30 AM. Reason: [CLOSED]
  2. #2
    Hi @susanz,

    Please try to click "Render dynamic module" or "Render another module" shortcuts in this example.
    http://mvc.ext.net/#/Desktop/Overview

    It renders a new module and you can see that the Desktop is masked during that.

    That is done by this attribute on controller actions:
    [DirectMethod(ShowMask = true)]
    Also there is a possibility to mask a Desktop using this JavaScript code
    Ext.net.Mask.show(App.Desktop1);
    and then hide a mask by
    Ext.net.Mask.hide();
  3. #3
    Thanks Daniil! It works!
    -szhang

Similar Threads

  1. Loading Desktop Module based on security
    By sjetton in forum 2.x Help
    Replies: 2
    Last Post: Jun 17, 2015, 12:34 PM
  2. [CLOSED] desktop ajax loading question
    By susanz in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: May 02, 2014, 1:08 AM
  3. [CLOSED] Hiding desktop loading mask
    By SymSure in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 15, 2012, 7:34 PM
  4. Replies: 5
    Last Post: Jan 19, 2011, 3:17 PM
  5. [CLOSED] Mask while the desktop is loading
    By schellappa in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 09, 2011, 12:28 PM

Posting Permissions