Á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 taking action on a notification...

Some notifications require an action to be performed, such as requests from users to follow you, requests for access to documents published in browsing, invitations to collaborative events, invitations to participate in working groups, notifications when a folder storage quota is reached, stop receiving notifications from something you have been following, among others.

It is possible to perform a notification-related action directly on the notification board or access the notification center, where you can view all notifications received and perform actions on them, if necessary.

 

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

 


View notification actions

...

01. Click on the notifications icon01. Position the mouse cursor over the icon for notifications.

02. In the context presented, press Go toto Notifications.

03. In the Central screen notifications, click on the notify action that will be executed.

 

Alternative Path

 



Perform an action on a notification

 

...

01. Position the mouse cursor over the icon for notifications Click on the notifications icon.

02. In the context presented, click on the notify action that will be executed.

 

...



Access Request for access to documents from the Notification

...

...

01. Position the mouse over the icon of notifications Click on the notifications icon.

02. In the context presented, press configure security on corresponding notification to request that will be evaluated.

Painel
Expandir
titleLearn more

The trigger set up security, is introduced to the editing window of the document properties.

03. Press the tab Security.

04. Under Permissions, set permissions on the document in question to the requesting user.

Painel
Expandir
titleLearn more

More information about the security of documents can be obtained on [arquivada] Add new folder and [arquivada] Add new document.

05. Press Confirm.

 

 




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.

 

...