Árvore de páginas

Versões comparadas

Chave

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

...

A link may direct to a folder or a subject.

 

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>

...

 

01. After clicking New, Link where to create the link, click Search in the tab General information.

...

05. Click Save; or Cancel to quit the inclusion of the link, if desired.

 

...

 

Expandirpanel
titleLearn more

Only users that have, at least, modification permission on the link are allowed to perform this action. 


01. In the catalog, access the location where the link is.

...

03. Change the information of your choice. 

...

titleLearn more

More information can be obtained from basic path.

04. Click Save; or Cancel to discard the changes made, if desired.

 

 

Learn more
Expandir
title
Painel

Only users that have, at least, deletion permission on the location of the link are allowed to perform this action.


01. In the catalog, access the location where the link is.

...

03. In the displayed message, click Yes to confirm the deletion of the link; or No to quit the action, if desired. 

 

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.

...