Árvore de páginas

Versões comparadas

Chave

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

Index 

Índice
outlinetrue
exclude.*ndice
stylenone

 


Speaking of Form Themes...

Form Themes are styles that can be applied to forms created in processes to customize its appearance.

...

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

 



Form Themes

...

01. In 01. In the main menu, click Control Panel, then check Development container and click Form themes.

02. Click on the Processes tab.03. Form Themes.04. Show the themes of existing forms.

Painel
Expandir
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.

 

Alternative Paths

 



Add Form Theme

...

...

01. In the Form Themes window, click Add.

02. Enter the requested information.

Learn more
Expandir
title
Painel

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.

...

04. Select the (.css) file to be sent.

05. Click Save. 



Edit Form Theme

 

...

01. In the Form Themes, select the form to be edited.

...

03. Change the desired information.

Painel
Expandir
titleLearn more

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

04. Click Save.

 



Remove Form Theme

 

...

01. In the Form Themes, select the form to be removed.

...

03. In the message displayed, click Confirm to implement the action or Close to cancel the removal. 



Obtain Form Theme

 

...

01. In the Form Themes window, locate the form themes that you wish to obtain.

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

Painel
Expandir
titleLearn more

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

 

 



Informações
titlePlease note!

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

 

...