Versions Compared

Key

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

...

Table of Contents
outlinetrue
exclude.*ndice
stylenone

 


Speaking of Process Search...

Process searches display contents with the searched term; the Processes tab must be selected to filter only results of this type.

 

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

 



Search for processes

...

01. Enter the text to be searched in the search field located on the upper bar in the platform.

...

06. This tab displays only search results related to processes.

Expandpanel
titleLearn more

All search results are organized by relevance. Results may be organized by newer or older. For such, select the check box in the upper right corner of the search results screen and select an option.

 

...




Info
titlePlease note!

This documentation is valid from the 1.5.10 update. If you use a previous update, it may contain information different from what you see on your platform.

 

...