[All Adaptavist Apps]

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

(warning) Under Consruction

Description

The sorted-children macro can

Excerpt

used for displaying lists of child pages

...

Usage

Code Block
{sorted-children}

Parameters

the "Ver" column shows which version of Theme Builder the parameter became available in.

Property

Required

Default

Notes

Theme Panels Only

Ver

default

(error)

@current

The page whose children should be shown
Possible values:

  • SPACEKEY:pagename - a specific page in a specific space
  • pagename - a specific page in the current space
  • @self - the current page
  • @current - same as @self
  • @parent - the parent of the current page
  • @parentparent - the parent of the current page's parent
  • @orphan - as an orphaned page in the current space
  • @space - same as @orphan
  • @root - the root of the current page's tree
  • @home - the homepage of currently viewed space

 

 

showRoot

(error)

false

Whether to show the root page or not

 

 

showSpaceSiblings

(error)

true

when displaying the path from @dashboard, list the space's siblings

 

 

showPageSiblings

(error)

true

when displaying the path from @dashboard, @parent, @parentparent, @space, @orphan, @root or @home, list the parent page's siblings

 

 

filter

(error)

all

only show spaces of type global/personal/all

 

 

depth

(error)

1

the depth of children to be shown

 

 

countParentPages

(error)

false

include the parent pages in the depth count

 

 

countParentSpaces

(error)

false

include the parent spaces in the depth count

 

 

class

(error)

None

the css classname to apply to the list

 

 

Examples

To follow

Basic Use

CSS Customisation

To follow

Hints and Tips

None at present.

Frequently Asked Questions

None at present.