Histórico da Página
...
You can also obtain an existing theme by using the download option.
Estado | ||||
---|---|---|---|---|
|
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 | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
Code Description Active Default |
...
03. Change the desired information.
Expandirpanel | ||
---|---|---|
| ||
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.
Expandir | title | Learn more
---|
Painel |
When clicking the download icon, the style file (.css) corresponding to the form theme is copied to the desktop. |
...