Árvore de páginas

Versões comparadas

Chave

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

...

You can also obtain an existing theme by using the download option.

 

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. In the main menu, click Control Panel.

...

04. Show the themes of existing forms.

Expandirpanel
titleLearn more

To search for a specific user, use the Filter field.

It is possible to enable/disable a form theme by checking or unchecking the Active column. You can also change the default theme for forms by selecting the desired theme in the Default column.

...

02. Enter the requested information.

Expandirpanel
titleLearn more

Code
Code of new form theme.

Description
Description of the new form theme.

Active
When checked, it determines that the form theme is active and available for use.

Default
When checked, it determines that the default theme for all new forms created. This field is only enabled if the Active field is checked.

...

03. Change the desired information.

Expandirpanel
titleLearn more

Information about the fields shown can be obtained in the alternate path Add Form Theme. 

...

02. Click on the icon located in the Download column corresponding to the desired form theme.

Learn more
Expandir
title
Painel

When clicking the download icon, the style file (.css) corresponding to the form theme is copied to the desktop. 

...