Árvore de páginas

Versões comparadas

Chave

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

...

When a user tries to edit a page that is already being edited by another user, a message requesting that he take over the issue. By taking on the issue, this user can perform the necessary modifications, as well as posting them.

 

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. From the main menu, press Control Panel.

...

04. Select the page to be edited.

05. Click Edit page.

Expandirpanel
titleLearn more

You can also access the Edit page option from the Settings menu, located in the upper-right corner of the platform and identified by a gear icon next to the user name.

 

06. Change the chosen information.

Learn more
Expandir
title
Painel

The field code is not enabled for change.

When the field "Enable page on mobile application" is checked, it determines that the page has at least one widget that was set to be displayed on the mobile application and, therefore, the page will be displayed on the mobile application. This field cannot be changed, it is automatically set as a page version is posted; if it has a widget to be displayed on the mobile application, the field is checked in the editing of the page, otherwise it is not checked.

More information about the fields displayed can be obtained on Add page.

07. Press Next.

Expandirpanel
titleLearn more

In the next window you can edit the permissions page. 

08. Edit the permissions you want for the page.

Expandirpanel
titleLearn more

More information about the permissions of the page can be found at Add page.

09. Press Finish.

Expandirpanel
titleLearn more

To trigger Complete, page appears in edit mode of the slots available, where you can add widgets and customize the presentation of the page.

The edit mode of the slots can also be accessed from the page view, engaging Settings, located next to the user name in the upper-right corner of the window, and then Edit the page

10. Make the desired changes in the slots and the widgets on the page.

Painel
Expandir
titleLearn more

More information about how to customize the page by using the widgets can be obtained on Add page

 

Alternative Path(s)

 

Discard draft Page

...

03. In the message displayed, press Yes to confirm the deletion of the draft of the page; or Not to drop out of the action.

Expandirpanel
titleLearn more

To delete the draft of the page all changes made and not published are discarded. 

 

Change Layout of Page

 

01. With the page in edit mode of slots, trigger Settings, located next to the user name in the upper-right corner of the window.

...

03. In the window that appears, select the new layout to be applied on the page.

04. Trigger Apply layout.

Expandirpanel
titleLearn more

When applying the new layout on the page, the widgets are distributed randomly in the new layout’s slots and can be changed as desired.

05. To make the publication of the page with the new layout.

Painel
Expandir
titleLearn more

Information on how to make the publication of the page can be obtained in the alternate path publish page. 

 

Publish Page

 

01. After making the desired changes on the page, trigger Settings, located next to the user name in the upper-right corner of the window.

...

03. In the window that appears, enter a description for the version of the page.

04. Trigger Publish Page.

Painel
Expandir
titleLearn more

When you publish the page, her version is generated. Later, after page through other editions, you can restore an earlier version to version published.

Once published, the page will be available to be viewed by all users who have permission to view it.

...

03. In the change history, select the version of the page to be restored.

04. Press Restore.

Painel
Expandir
titleLearn more

To activate this option, the version of the selected page will be restored and displayed in edit mode. 

05. Make the desired changes on the page.

...

08. In the window that appears, enter a description for the version of the page.

09. Trigger Publish Page.

Learn more
Expandir
title
Painel

The restored version along with the changes, if made, will be released for viewing, creating a new version of the page. 

 

 

Informações
titlePlease note!

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.

...