Histórico da Página
...
Cuando se utiliza el protocolo de transferencia HTTPS (Hyper Text Transfer Protocol Secure), solamente es posible incluir documentos externos que direccionen hacia un lugar que también utilice ese protocolo.
Estado | ||||
---|---|---|---|---|
|
HTML |
---|
<a id="toggleAll" href="#" >Expandir/ocultar informaciones complementarias. </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('Expandir/ocultar ' + soma + ' informaciones complementarias.'); 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> |
Ruta básica
01. Después de activar la opción Nuevo documento externo en el lugar en donde se creará, inserte una descripción del mismo.
...
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas