Árvore de páginas

Versões comparadas

Chave

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

Index

...

Índice
maxLevel4
outlinetrue
exclude.*ndicendex
stylenone

 

 


Speaking of

...

diary...

The diary allows tracking pending activities, such as track/training or subject executions, correction of activities, scheduling assessments and collaborative event sessions, among others, according to the functions performed by the user.

...

When accessing each activity, users can view specific details, such as type, start and end dates.

 

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

Image Added


View diary

...

01. In the main menu,

...

place the mouse over Learning.

02. Select the tab Click Diary.

03. View pending appointments and tasks.

Learn more
Expandir
title
Painel

It is possible to switch between dates - according to the selected viewing period - using the moving arrows located on the upper left corner of the window. To return to the current month and show current appointments, select Current, located next to the moving arrows. 

Alternative Paths

 



Change view period

 

...

01. Select one of the available options located in the upper right corner of the window in order to view schedules.

Expandirpanel
titleLearn more

Available schedule viewing options are:

  • Month;
  • Week;
  • Day. 

...



View

...

appointment details

...

01. Select the appointment to display details.

02. View appointment details.

Expandirpanel
titleLearn more

Appointment details include the type, name, start and end dates.  

 



Informações
titlePlease note!

This documentation is valid from the 1.56.10 1 update. If you use a previous update, it may contain information different from what you see on your platform.

 

...