Á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 favorite documents ...

This feature allows you to view the documents that have been set as favorites, making it easier for you to find them at any time. 

A document is defined as favorite in document browsing. For more information, see [arquivada] Define document as favorite.

 

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 favorite documents

...

01. In the main menu, click Favorites. 

...

03. View all documents that have been defined as favorites.

  

Alternative path

 


View favorite document

...

...

01. In the Favorite documents window, select the document to be viewed. 

...

03. Click Close to return to the Favorite documents window. 


Delete document from favorites

 

...

01. In the Favorite documents window, select the document to be deleted from favorites. 

02. Click Delete.

Expandirpanel
titleLearn more

When pressing this option, the document is deleted only from the list of favorites, that is, it remains posted on the platform in its source location.



Update document physical file

...

01. In the Favorite documents window, select the document to be updated. 

02. Click Update file.

Painel
Expandir
titleLearn more

When pressing this option, it displays the window in which you can update the document physical file. For more information, see Update document physical file.


 

 

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.

 

...