Histórico da Página
...
Índice | ||||||
---|---|---|---|---|---|---|
|
Speaking of Connect – Explore...
...
Documents and folders can be moved through the structure by dragging and dropping.
Estado | ||||
---|---|---|---|---|
|
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
01. In the Connect application, click the Explore tab.
...
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas