Árvore de páginas

Versões comparadas

Chave

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

...

Index

...

Índice

...

outlinetrue
exclude

...

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>

01. Select the Control Panel feature in the main menu.

02. Access the WCM tab.

03. Click the My Pages option.

04. In the page grid, select the one that will be removed.

05. Click Delete.

Expandir
titleLearn more

It is impossible to remove parent pages from a hierarchy.

.*ndex
stylenone


Speaking of delete Page...

...

 In TOTVS Fluig Platform we can create pages, edit them and we can also delete them. Sometimes pages can become obsolete and deleting pages becomes necessary. Below you can see how to perform this action on the platform.


Image Added



Delete page

...

01. In the main menu, click Control Panel, then check Customization container and click My pages.

02. Find the page that will be deleted and click the more options Image Added icon right after clicking Delete.

03. In the displayed message, click Delete to finish the action or Cancel to cancel the action.

Painel
borderColor#f2f2f2
bgColor#f2f2f2
  • You can only delete a page after you archive it.
  • You cannot remove Parent pages from a hierarchy.

...

 

Informações
titlePlease note!

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

 

...