[All Adaptavist Apps]

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Page Tree

The page tree provides a tree view for navigating pages within the site hierarchy (as shown in the Navigator panel to the left). For more information, see pagetree2 macro.

Hierarchy Navigator

The menulink macro and compound-menuitem macro provide hierarchical navigation links that can be used anywhere.

For example:

Code Block
{table:align=center}
 {tr}
  {td:colspan=5|align=center}
   {compound-menuitem:parent|icon=navigate_up|flat=true|imginside=true|tooltip=Parent page}
  {td}
 {tr}
 {tr}
  {td}{compound-menuitem:first|icon=navigate_beginning|flat=true|imginside=true|tooltip=First page}{td}
  {td}{compound-menuitem:prev|icon=navigate_left|flat=true|imginside=true|tooltip=Previous page}{td}
  {td}{compound-menuitem:home|icon=home|flat=true|imginside=true|tooltip=Home page}{td}
  {td}{compound-menuitem:next|icon=navigate_right|flat=true|imginside=true|tooltip=Next Page}{td}
  {td}{compound-menuitem:last|icon=navigate_end|flat=true|imginside=true|tooltip=Last Page}{td}
 {tr}
 {tr}
  {td:colspan=5|align=center}
   {compound-menuitem:firstchild|icon=navigate_down|flat=true|imginside=true|tooltip=Child page}
  {td}
 {tr}
{table}

Which results in:

HTML Table
aligncenter
Table Row (tr)
Table Cell (td)
colspan5
aligncenter
Wiki Markup
   {compound-menuitem:parent|icon=navigate_up|flat=true|imginside=true|tooltip=Parent page}
  
Table Row (tr)
Table Cell (td)
Wiki Markup
{compound-menuitem:first|icon=navigate_beginning|flat=true|imginside=true|tooltip=First page}
Table Cell (td)
Wiki Markup
{compound-menuitem:prev|icon=navigate_left|flat=true|imginside=true|tooltip=Previous page}
Table Cell (td)
Wiki Markup
{compound-menuitem:home|icon=home|flat=true|imginside=true|tooltip=Home page}
Table Cell (td)
Wiki Markup
{compound-menuitem:next|icon=navigate_right|flat=true|imginside=true|tooltip=Next Page}
Table Cell (td)
Wiki Markup
{compound-menuitem:last|icon=navigate_end|flat=true|imginside=true|tooltip=Last Page}
Table Row (tr)
Table Cell (td)
colspan5
aligncenter
Wiki Markup
   {compound-menuitem:firstchild|icon=navigate_down|flat=true|imginside=true|tooltip=Child page}