6 May
2010
6 May
'10
9:44 a.m.
On May 6, 2010, at 11:16 AM, hel-o wrote:
Hi,
i'm looking for a possibility to display links to childpages
the child page snipet depends on the doctree plugin (is that available on myxwiki.org?) so is there a nother way?
Yes, you can write a child page wiki macro, that's easy to do. For writing wiki macros see this tutorial: http://platform.xwiki.org/xwiki/bin/view/DevGuide/WikiMacroTutorial Then all that is needed is to do a HQL query that lists all docs which have the current page as their parent. Note: we should have this as a builtin wiki or java macro and have a panel for it too. Thanks -Vincent