[CLOSED] Notification window with "close" button and autoHide=true

  1. #1

    [CLOSED] Notification window with "close" button and autoHide=true

    Hi,

    I'm curious if a Notification window can have both autoHide=true and the "Close" button available. Is it possible to achieve this kind of config or are these options mutually exclusive?
    In my scenario, I have a modal popup window and some notifications may be presented by its operations. When this modal window is removed, any remaining notifications with "Close" button continue to be displayed (how can one hide them all on Window Hide event??) At the same time, some users may find it annoying having to wait until a notification message box is dismissed on timeout. They would rather act themselves to close it fast. Any suggestions would be appreciated.
    Last edited by Baidaly; Jan 11, 2013 at 1:59 AM. Reason: [CLOSED]
  2. #2
    Hello!

    You can declare the following CSS rule in your page:

    <style>
    	.x-notification-auto-hide div.x-tool-close {
    		display: block !important;
    	}
    </style>
  3. #3
    Quote Originally Posted by Baidaly View Post
    Hello!

    You can declare the following CSS rule in your page:

    <style>
    	.x-notification-auto-hide div.x-tool-close {
    		display: block !important;
    	}
    </style>
    Thanks Daulet! This CSS nugget works like a charm! Please close this thread down.
  4. #4
    Here is a related Ext.NET v3 discussion.
    http://forums.ext.net/showthread.php?60011

Similar Threads

  1. Replies: 1
    Last Post: Oct 05, 2012, 11:56 AM
  2. [CLOSED] Hidden="true" behaves as Visible="false"
    By marco.morreale in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: May 28, 2012, 3:17 PM
  3. Replies: 5
    Last Post: May 02, 2012, 5:37 PM
  4. [CLOSED] DropDownField with Grow="true" and GrowMax="xxx"
    By deejayns in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 12, 2012, 12:00 PM
  5. [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

Tags for this Thread

Posting Permissions