Histórico da Página
...
Nota | ||
---|---|---|
| ||
A page can only be exported and imported between platforms of the same version. |
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. In the structure shown, mark the pages that will be exported.
Painel | ||
---|---|---|
Expandir | ||
| ||
Only editable pages are presented. When a parent page is checked, its secondary pages are automatically checked as an export suggestion. If desired, you can uncheck the secondary pages and export only the parent page. When a secondary page is marked for export, its parent page is also automatically checked. A secondary page is not exported without its parent page. |
05. Click Yes, export artifacts to export the pages along with their artifacts .WAR, if available, or Export only pages.
Painel | ||
---|---|---|
Expandir | ||
| ||
When choosing the desired option, it generates a compressed file containing the items requested in the export. |
Alternative Path
Import Pages
...
05. Select the compressed file that contains the pages to be imported.
06. Click Confirm Import.
Expandir | title | Learn more
---|
Painel |
The import is started immediately after confirmation. |
Informações | ||
---|---|---|
| ||
This documentation is valid from the 1.5.10 update. If you use a previous update, it may contain information different from what you see on your platform. |
...