Histórico da Página
...
The platform follows all approval rules defined for the respective document in order to confirm document approval.
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 Task Central.
...
05. To view the properties of the posted document, select View Properties.
Expandirpanel | ||
---|---|---|
| ||
The document properties screen displays document data, such as:
Click here for more information on viewing document properties. |
06. To view social information for the posted document, select Social Information.
Expandirpanel | ||
---|---|---|
| ||
The social information screen shows information such as comments in the document, users that support the document, and sharing status. Click here for more details on social information. |
...
01. Click on Approve Document to approve the document.
Expandirpanel | ||
---|---|---|
| ||
The approval screen is opened upon clicking the Approve Document button. If you do not want to approve the document at this moment, click the Close button instead of the Approve Document button. |
02. Select Yes or No.
Expandir | title | Learn more
---|
Painel |
Select Yes to approve the document. Or No to reject document approval. |
...