Árvore de páginas

Versões comparadas

Chave

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

...

Inside each folder you can add new folders, links and subjects as long as you have permission to perform such actions.

 

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. After clicking NewFolder where to create the folder, enter the requested information in the General information tab.

Learn more
Expandir
title
Painel

Required information:

 Language
Language that will be assigned to the folder. To add a new language, simply click New and select the language that you wish to be linked to the folder.

Set as default language

When checked, specifies that the selected language will be the default language of the folder.

Acronym
Acronym to be assigned to the folder.
 
Name
Identifying name of the folder.

02. Click on the Security tab.

03. Define whether the folder should inherit the permissions of the parent folder. 

Learn more
Painel
Expandir
title

The available options are:

Inherits permissions
When selected, determines that the permissions and restrictions assigned to the folder will be the same as the parent folder. Even when the folder inherits the permissions, it is possible to set other permissions or restrictions specific to the folder in addition to those already inherited.

Does not inherits permissions
When selected, determines that the permissions and restrictions of the parent folder are not assigned to the folder.

...

07. In the Level table, select the option that determines the permission level to be assigned to the selected item.

Learn more
Expandir
title
Painel

The available options are:

  • Reading;
  • Execution;
  • Writing;
  • Modification;
  • Deletion;
  • Complete.

For detailed information regarding each permission option, go to Catalog Permissions and Restrictions.

08. Click on Add.

Painel
Expandir
titleLearn more

Users can add more than one item. When you are finished, close the window to continue the inclusion of the folder.

To change an item’s permissions, select the item and click Edit.

To delete an item’s permissions, select the item and click Delete. 

09. Click Restrictions.

10. Click Add to include folder access restrictions, if desired.

...

13. In the Level table, select the option that determines the level of restriction assigned to the selected item. 

Painel
Expandir
titleLearn more

The available options are:

  • Reading;
  • Execution;
  • Writing;
  • Modification;
  • Deletion;
  • Complete.

For detailed information regarding each restriction option, go to Catalog Permissions and Restrictions.

14. Click on Add.

Learn more
Expandir
title
Painel

Users can add more than one item. When you are finished, close the window to continue the inclusion of the folder.

To change an item’s restrictions, select the item and click Edit.

To delete an item’s restrictions, select the item and click Delete. 

15. Click Save; or Cancel to quit the creation of the folder, if desired.

 

Alternative

...

paths

 

Edit Folder

Learn more
Expandir
title
Painel

Users are required to have, at least, modification permission on the folder to perform this action. 


01. In the catalog, access the location where the folder is.

...

03. Change the information of your choice.

...

titleLearn more

 Information about the displayed fields can be obtained from the basic path.

04. Click Save; or Cancel to discard the changes made, if desired.

 

 

Copy folder

Learn more
Expandir
title
Painel

Only users that have, at least, writing permission on the destination location are allowed to perform this action. 


01. In the catalog, access the location where the folder is.

...

06. Click Add and close the window.

07. Click Copy. 

Learn more
Painel
Expandir
title

When pressing this option, the copy of the folder is created in the location set. 

 

 

Move folder

Expandirpanel
titleLearn more

You are required to have, at least, deletion permission on the folder location and modification permission on the destination location to perform this action. 


01. In the catalog, access the location where the folder is.

...

06. Click Add and close the window.

07. Click Move

Expandirpanel
titleLearn more

When pressing this option, the folder is moved to the location set. 

 

 

Delete folder

Learn more
Expandir
title
Painel

You are required to have, at least, deletion permission on the folder location to perform this action. 


01. In the catalog, access the location where the folder is.

...

03. In the displayed message, click Yes to confirm the deletion of the folder or No to quit the action, if desired.

 

 

Create subject in the folder

Painel
Expandir
titleLearn more

Users are required to have, at least, writing permission on the folder to perform this action. 


01. In the Course subjects and classes catalog, access the folder in which the subject will be created. 

...

titleLearn more

...

02. Click New.

03. Click Subject

Painel
Expandir
titleLearn more

When pressing this option, the subject insertion window appears. More information about available actions can be obtained in Subject. 

 

 

Create link in the folder

Expandirpanel
titleLearn more

Users are required to have, at least, writing permission on the folder to perform this action. 


01. Access the folder in which the link will be created. 

...

...

To access the folder, simply find it in the catalog and click its name.

02. Press New.

03. Press Subject.

Painel
Expandir
titleLearn more

When pressing this option, the window to add links is displayed. More information about available actions can be found in Link. 

 

 

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.

...