Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
outlinetrue
exclude.*ndex
stylenone

 


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
subtletrue
titleLearn 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

 



Access the community in which the document has been shared

...

...

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.

Learn more
Expand
title
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
titlePlease note!

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.