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 Confluence User Macro: hide-title-text and Confluence User Macro: hide-comments

-TitleHide children
DescriptionThis Macro hides the Children section
CategoriesConfluence Content
Documentation URLhttp://www.mos-eisley.dk/x/BADeAQ

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>

...