...
Table of Contents |
---|
outline | true |
---|
exclude | .*ndex |
---|
style | none |
---|
|
View social information for the document
...
In addition, this window allows you to add, remove or report comments for the document. For more information about these actions, see Comment on folder or document.
Status |
---|
subtle | true |
---|
title | Learn more |
---|
|
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 social information for the document
...
01. After clicking on the option social information, located in the document view window, see the document's social information.
...
05. Click on Close – to close the document preview – or on Document actions and then on View document – to return to the document preview.
Alternative path
...
...
01. In the Shared the document table, find the share for which you wish to access the community.
...
03. View the community in which the document has been shared
Go back to document view
...
01. In the view window for the social information of the document, click on Document actions.
02. Click on View document.
Expand |
---|
title | Learn more Panel |
---|
Clicking on this option opens the document view window in which the social information was being viewed. The other existing options in Document actions are described in View document, since they are made on the document itself. |
...
Info |
---|
|
This documentation is valid as of the 1.5.10 update. If you use a previous update, it may contain information different from what you see on your platform. |