[xwiki-users] How to get the document name WITH spaces
Hello Guys, I want to get the document name but WITH the spaces. I do it like that $doc.name but it prune the white spaces for some reason!. Any idea how to get the normal name of the document?. Many thanks, Hosam
Hi, On Fri, Jul 25, 2008 at 10:42 AM, Hosam Hassan <[email protected]> wrote:
Hello Guys,
I want to get the document name but WITH the spaces. I do it like that $doc.name but it prune the white spaces for some reason!. Any idea how to get the normal name of the document?.
$doc.space = Space $doc.name = PageName $doc.fullName = Space.PageName $doc.prefixedFullName = wikiname:Space.PageName See XWiki api for a complete list of available methods : http://platform.xwiki.org/xwiki/bin/view/DevGuide/API
Many thanks,
Hosam _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
participants (2)
-
Hosam Hassan -
Thomas Mortagne