Close all the Notification Window.

  1. #1

    Close all the Notification Window.

    Hi, I want to close all the notification.in our example if we close all the notification one notification window is coming.I want to close all notification.Please help me?
  2. #2
    Hi,

    Please use:
    Ext.WindowMgr.each(function (w) {
        if (w.pinEvent) {
            w.close()
        }
    })
  3. #3
    Hi,

    Can u give me a server side code.I want to use in server side.
    Quote Originally Posted by Daniil View Post
    Hi,

    Please use:
    Ext.WindowMgr.each(function (w) {
        if (w.pinEvent) {
            w.close()
        }
    })
  4. #4
    You can execute JavaScript from server side this way:
    X.AddScript(script);

Similar Threads

  1. [CLOSED] how to close window after click button in this window
    By ViDom in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Jun 22, 2012, 2:48 PM
  2. [CLOSED] How to remove 'X' (window close) for popup window?
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 31, 2011, 3:50 AM
  3. [CLOSED] Problem to close Window which has another Window inside
    By asztern in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Dec 21, 2010, 5:33 PM
  4. [CLOSED] Notification: hide close button when AutoHide = false
    By jchau in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 16, 2009, 3:10 PM
  5. Replies: 1
    Last Post: Apr 01, 2009, 12:24 PM

Posting Permissions