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

  1. #1

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

    Hello
    I'm trying to solve similar problem like in this thread,

    http://forums.ext.net/showthread.php...-autoHide-true


    I'm using
        Ext.net.Notification.show({
                iconCls: 'icon-information',
                autoHide:true,
                closeVisible: true,
                html: msg,
                hideDelay: 2000,
                title: title
            });
    and in css I have

        .x-notification-auto-hide div.x-tool-close {
            display: block !important;
        }
    Still the close button does not appear on notifications

    Is there another workaround for latest ext.net version?
    Last edited by Daniil; Sep 01, 2015 at 11:32 PM. Reason: [CLOSED] [#888] [3.3]
  2. #2
    Hi @Zdenek,

    Say, a feature request.
    https://github.com/extnet/Ext.NET/issues/888

    Added forceCloseTool option in the revision 6555 (trunk). It goes to 3.3.
    Ext.net.Notification.show({
        ...
        autoHide: true,
        forceCloseTool: true
    });

Similar Threads

  1. [CLOSED] Notification window with "close" button and autoHide=true
    By vadym.f in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 01, 2015, 11:08 PM
  2. Replies: 8
    Last Post: Aug 11, 2015, 1:52 PM
  3. [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
  4. Replies: 5
    Last Post: May 02, 2012, 5:37 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

Posting Permissions