Histórico da Página
...
Índice | ||||||
---|---|---|---|---|---|---|
|
Speaking of digital signature...
This feature allows you to digitally sign a posted document or a process activity. This form of digital signature is sanctioned by Brazilian law, which requires the mandatory use of certificatessuch as CMS and CAdES.
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. Access the platform with the wcmadmin user.
...
Expandir | ||
---|---|---|
| ||
For more details on the Digital Signature process, click here. |
Informações | ||
---|---|---|
| ||
This documentation is valid as of the 1.5.11 update. Previous updates may contain different information than what you see on your platform. |
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas