Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

Index 

Índice
outlinetrue
exclude.*ndice
stylenone

 


Speaking of desktop notifications...

This feature informs users of all platform activities without having to keep it constantly open on the browser.

...

Users can disable the issuance of desktop notifications in the application settings.

 

Estado
subtletrue
titleLearn more

HTML
<a id="toggleAll" href="#" >Expand/hide additional information. </a>
 <script type="text/javascript">
 
 var abertos = 0;
 var fechados = 0;
 function contador() {
    abertos = 0;
    fechados = 0;
    jQuery(".expand-control").each( function() {
		if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
           	fechados++;
        } else {
        	abertos++;
        }
    });
 }
 AJS.toInit(function() {
 
    contador();
	var soma = abertos + fechados;
	$("#toggleAll").html('Expand/hide ' + soma  + ' additional information.');

    AJS.$('#toggleAll').click(function() {
        contador();
        if (abertos >= fechados) {
            jQuery(".expand-control").each(
                function() {
                    if (document.getElementById(this.id).children[0].className == "expand-control-icon icon expanded") {
                        jQuery(this).trigger("click");
                    }
                }
            )
        } else {
            jQuery(".expand-control").each(
                function() {
                    if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
                        jQuery(this).trigger("click");
                    }
                }
            )
        }
    });
});
 </script>

Basic Path

 



Access desktop notifications

...

01. Locate the Fluig Connect desktop notifications icon in the operating system’s notifications task bar.

...

03. View all notifications received in the desktop.

Painel
Expandir
titleLearn more

Notifications received in the desktop are the same as those received in the platform.

Unread notifications are highlighted.

 

Alternative Paths

 


Perform action on notification received in the desktop

 

...

01. In the notification, select the option regarding the action to be performed.

Painel
Expandir
titleLearn more

Available actions depend on the type of notification displayed. More information available on Perform an action in a notification.

...



Delete notification received in the desktop

 

...

01. Click the Close icon, located in the chart corresponding to the notification to be deleted.

 



Delete all notifications received in the desktop

...

...

01. In the Notification center received in the desktop, click Select all.

02. Click Delete selected, on the upper right corner of the window. 



Update desktop notification center

...

...

01. In the desktop notification received window, click the Update icon located on the top of the window, next to Close. 



Disable desktop notification receipt

 

...

01. Locate the Fluig Connect icon corresponding to desktop notifications received in the operating system’s task bar notification area.

...

03. In the General tab, uncheck the option Display notifications.

04. Click OK.

 

 




Informações
titlePlease note!

This documentation is valid from the 1.5.10 update. If you use a previous update, it may contain information different from what you see on your platform.

 

...