Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Índice
outlinetrue
exclude.*ndex
stylenone

 

 

Speaking of editing document contents...

...

You can also edit a document collaboratively, where multiple users can change it at the same time through Google Drive, when this feature is active on the platform. To enable and use this feature, you must purchase it at fluig Store and have a Google account. More details can be obtained in Collaborative editing with Google Drive.

 

Estado
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

 

01. After confirming the document check out, select the application in which you wish to edit it.

...

Expandir
titleLearn more

This option only appears when the Collaborative editing feature is active on the platform, being required to have a Google account to use the resource. Pressing this option displays a window in which you must enter the Google account access data. More detailed information on the procedures for document access and editing can be obtained in Collaborative editing Edit content collaboratively

 

 

Informações
titleAttention!

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.

...