Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Index

Table of Contents
outlinetrue
exclude.*ndex
stylenone

 

Speaking of topic items..

The topics items are the content that compose the class topics and can be of the following types:

...

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 New topic item in the topic where the item will be created, enter the requested information.

...

05. Click Save; or Cancel to quit the creation of the topic item, if desired.

 

Alternative Paths

 

Edit Topic Item

Expand
titleLearn more

To edit a topic item, you need to have, at least, modification permission on the class to which it belongs.

...

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

 

Copy Topic Item

Expand
titleLearn more

To copy a topic item, you need to have, at least, writing permission on the class of the destination topic.

...

Expand
titleLearn more

When pressing this option, a copy of the topic item is created in the location set.

 

Move topic item

Expand
titleLearn more

To move a topic item, you are required to have, at least, deletion permission on the class to which it belongs and modification permission on the class to which the destination topic belongs.

...

Expand
titleLearn more

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

 

Deactivate topic item

Expand
titleLearn more

To deactivate a topic item, you need to have, at least, modification permission on the class to which it belongs.

...

05. In the message displayed, click Yes to confirm the deactivation of the topic item; or No to quit the action, if desired.

 

Reactivate topic item

Expand
titleLearn more

To reactivate a topic item, you need to have, at least, modification permission on the class to which it belongs.

...

05. In the message displayed, click Ok to confirm the reactivation of the topic item; or No to quit the action, if desired.

Delete topic item

Expand
titleLearn more

To delete a topic item, you need to have, at least, deletion permission on the class to which it belongs.

...