Árvore de páginas

Versões comparadas

Chave

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

Index 

Índice
outlinetrue
exclude.*ndice
stylenone

 

 

Speaking of folder...

Folders are used to organize the structure of learning catalogs of subjects and classes and trainings and tracks.

...

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 tab General information, enter the requested information.

...

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

 

Alternative Paths

 

Edit Folder

 

01. In the catalog, access the location where the folder is through the structure in the left table.

...

05. Press Save or Cancel to discard the changes made, if desired.

 

Remove folder

 

01. In the catalog, access the location where the folder is through the structure in the left table.

...

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

 

Copy folder

 

01. In the catalog, access the location where the folder is through the structure in the left table.

...

Expandir
titleLearn more

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

 

Move folder

 

01. In the catalog, access the location where the folder is through the structure on the left table to the window.

...

Expandir
titleLearn more

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

 

Create subject in the folder

 

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

...

Expandir
titleLearn more

When pressing this option, the window to add subjects is displayed. more information about available actions can be obtained in Subject

 

Create track in the folder

 

01. In the catalog of tracks and training, access the folder where the track will be created.

...

Expandir
titleLearn more

When pressing this option, the window to add tracks is displayed. more information about available actions can be obtained in Track

 

Create a training course in the folder

 

01. In the catalog of tracks and training, access the folder where the training will be created.

...

Expandir
titleLearn more

When pressing this option, the window to add training courses is displayed. more information about available actions can be found in Training

 

Create link in the folder

 

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

...