Histórico da Página
...
Índice | ||||||
---|---|---|---|---|---|---|
|
Speaking of configuring notifications ...
...
Informações | ||
---|---|---|
| ||
Detailed information about each option for receiving notification displayed in the tabs can be obtained in Notification options. |
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. From the main menu, click on Control panel.
...
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas