[xwiki-users] Print all page in space
Hi all Is there a method in xwiki 1.5 to print all pages in a single space? An example: I have one space that contains 10 pages all about a spacific argument that characterizes the space. If I want print all 10 pages in a single click how can i do? thanks in advance! -- Michele
Hi Michele, you can use as prototype the source code of the Navigation Panel ( /bin/inline/Panels/Navigation) - it lists all pages in all spaces and SpaceDocs Panel (/bin/inline/Panels/SpaceDocs) - all documents from the current Space. Just combine the source :-) and change it to suit you needs. Regards, Alla Michele Manfrin wrote:
Hi all
Is there a method in xwiki 1.5 to print all pages in a single space? An example: I have one space that contains 10 pages all about a spacific argument that characterizes the space. If I want print all 10 pages in a single click how can i do? thanks in advance!
-- Michele _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- View this message in context: http://n2.nabble.com/Print-all-page-in-space-tp735616p735991.html Sent from the XWiki- Users mailing list archive at Nabble.com.
Michele Manfrin wrote:
Hi all
Is there a method in xwiki 1.5 to print all pages in a single space? An example: I have one space that contains 10 pages all about a spacific argument that characterizes the space. If I want print all 10 pages in a single click how can i do? thanks in advance!
The most simple version: #foreach($i in $xwiki.getSpaceDocsName("Space")) * $i #end -- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (3)
-
adoro -
Michele Manfrin -
Sergiu Dumitriu