Árvore de páginas

Versões comparadas

Chave

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

...

Índice
outlinetrue
exclude.*ndice
stylenone

 


Speaking of groups...

If it is necessary to relate user with the group, by means of this function, it is necessary that users are already properly registered. This registration is effected in Users, located on the General tab of the control panel.

...

User groups can also be added into clouds of relationship-when this feature is active. In this case, when a user group belongs to a cloud of relationship, all of your users can view the contents of the members of the cloud. Consequently, when you include a user to the group, it automatically has access to the content of the cloud. To delete it, it ceases to show the content shared among members of the cloud.

 

EstadosubtletruetitleLearn 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. Control Panel functionality in the General tab, and then click groups.

Expandirpanel
titleLearn more

After you save a process, you must edit it to include users.

There are two ways to relate a role workflow to a user:

1st paper workflow itself.

2nd option Users/Edit/Register Button/Adicionar. Papers

...

07. To include the groups new group press Add Group.

Learn more
Expandir
title
Painel

When creating a group you can add sub-groups to the new group. These sub-groups are groups created earlier.

08. If necessary it is possible to delete one of the items, to this simply select the item and press Remove.

09. To include any more information you should trigger Register additional data.

Expandirpanel
titleLearn more

When creating a group you can add sub-groups to the new group. These sub-groups are groups created earlier.

10. Press Save. 


Alternative Path(s)


Edit Group

...

03. Change group information.

Painel
Expandir
titleLearn more

The code cannot be modified.

04. Press Save.

 


Define Users


01. Select the Group on which you want to define users.

...

04. Insert the user (s) that will be part of the group.

05. Press Confirm.

Learn more
Expandir
title
Painel

To delete a user who is part of the group, should be selected the user you want to delete and press Delete.

06. Press Save. 


Delete Group

 


01. Select the group you want to delete.

...

03. Press OK to confirm the deletion.

 

 



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.

 

...