Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

Purpose

This hides the Comments at the Page bottom

Details

Body Processing

Macro Name

hide-hildrenchildren

Macro

No Macro Body

Usage

{hide-children}

Closely related to User Macro: hide-title-text and User Macro: hide-comments

-TitleHide children
DescriptionThis Macro hides the Children section
CategoriesConfluence Content
Documentation URL 

Definition of User Macro

(afkryds)No macro body
(fejl)Escaped
(fejl)Unrendered
(fejl)Rendered

Macro Code

Kodeblok
## @noparams
<script>
AJS.toInit(function() {
 AJS.$("#children-section").css("display","none");
 });
</script>

...