Histórico da Página
Index
Índice | ||||||
---|---|---|---|---|---|---|
|
Speaking of Areas...
For platform, area is any company department to which document printed controlled copies are intended. The area registration is important because it offers total control and traceability if issued copies.
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. Select the Control Panel feature in the main menu.
02. Access the Documents tab.
03. Click the Areas option.
04. Click Add.
05. Enter the code.
06. Enter the description.
Add area
...
01. In the main menu, click Control Panel, then check Customization container and click Areas.
02. Click Add.
03. Enter the code.
04. Enter the description.
0507. Enter the person responsible.
Expandir | title | Learn more
---|
Painel |
To add a Person Responsible For user, use the magnifying glass. |
0806. Click Save.
...
Edit Areas
...
01. Select the Areas you want to edit.
02. Click Edit.
03. Edit the Area.
Expandir | title | Learn more
---|
Painel |
The system does not allow you to modify the code field. |
04. Click Save.
Delete Areas
...
01. Select the Areas you want to delete.
...
03. Click OK to confirm the deletion.
Informações | ||
---|---|---|
| ||
This documentation is valid from the 1.6.5 .10 update - Liquid. If you use a previous update, it may contain information different from what you see on your platform. |
...