Histórico da Página
Index
Índice | ||||||
---|---|---|---|---|---|---|
|
Speaking of
...
my documents...
...
My Documents shows documents posted by the user that are currently awaiting approval. Therefore, the publishing user can monitor and control all of his/her documents pending 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
Access my documents
...
01. From the main menu, click Task Central.
02. Click on the My Documents tab.03. Select
View details of the document
...
...
01. Go to my documents, as displayed in the Access my documents item.
02. Click the document from the list.
03. In document view, when clicking the Document actions option (in the upper right corner), you can view various document information.
Painel |
---|
04. To view the posted document, select View Document in the checkbox located on the upper right corner.
05. To view the properties of the posted document, select View Properties.
Expandir | |
---|---|
title | Learn moreView Properties |
Expandir | |
title | Learn more
Click here for more information on viewing document properties. |
06. To view social information for the posted document, select the Social information option.
View Document Social Information |
|
07. Click Close.
...
. |
Cancel document approval
...
01. Go to my documents, as displayed in the Access my documents item.
02. Click the More actions icon, represented by horizontal bars, for the document whose approval you wish to cancel.
03. Click Cancel.
Painel |
---|
The following confirmation message will be displayed: “Do you want to cancel the document approval and delete the version/review permanently?”
|
Informações | ||
---|---|---|
| ||
This documentation is valid from update 1.56.104 on. If you use an earlier version, it may contain information different from what you see in your platform. |
...