Histórico da Página
Index
Índice | ||||||
---|---|---|---|---|---|---|
|
Speaking of History...
The History tab shows a list containing all actions made in documents via Connect.
...
• date: displays the date and time in which actions were performed in the document or folder.
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
View document's history
...
01. In the Connect application, click the History tab.
02. Enter the required information to filter history actions, if desired.
Painel | ||
---|---|---|
Expandir | ||
| ||
From date To date Number of days
Filter Column
|
03. View actions performed in documents based on the filter information provided.
Alternative Path
Update history
...
...
01. In the History tab, click Update, located on the upper left corner of the window.
Expandirpanel | ||
---|---|---|
| ||
By clicking Update, the history shows most recent actions in documents or folders. |
...
Informações | ||
---|---|---|
| ||
This documentation is valid from update 1.5.10 on. If you use an earlier version, it may contain information different from what you see in your platform. |
...