| |
* [[Module:DashboardConfiguration|Configuración Resumen Gerencia]]. |
|
* [[Module:DashboardConfiguration|Configuración Resumen Gerencia]]. |
| - |
<button class="accordion"><%=XavaResources.getString(org.openxava.util.Locales.getCurrent(), "quickGuide_1")%></button>
|
|
|
| |
<p style="margin:5px 0;font-size:130%;font-weight:normal;border-bottom:1px solid silver;text-align:left;padding:0px;"> |
|
<p style="margin:5px 0;font-size:130%;font-weight:normal;border-bottom:1px solid silver;text-align:left;padding:0px;"> |
| - |
var acc = document.getElementsByClassName("accordion");
|
|
|
| - |
for (i = 0; i < acc.length; i++) {
|
|
|
| - |
acc[i].addEventListener("click", function() {
|
|
|
| - |
this.classList.toggle("active");
|
|
|
| - |
var panel = this.nextElementSibling;
|
|
|
| - |
if (panel.style.maxHeight) {
|
|
|
| - |
panel.style.maxHeight = null;
|
|
|
| - |
panel.style.maxHeight = panel.scrollHeight + "px";
|
|
|