Thanks! Don't you think is worth a FAQ entry for this issue? I will create one based on your example if you don't mind. Thanks!
Best, Ricardo javacupix wrote: > > Ok, I got it, you can use Velocity Scripting in the Custom Display > Property to render the display in the way you want it... > > For example here is the code to a "custom display" so the value of the > property is displayed in bold and red. > <b><font > color=red>$doc.getValue("DataName")</font></b> > > Where DataName is the name of my property... actually it's really easy to > do what you want if you understand the xwiki javadoc > (http://platform.xwiki.org/xwiki/bin/download/DevGuide/API/xwiki%2Dcore%2D1.3%2Dmilestone%2D1%2Djavadoc.zip/index.html) > -- View this message in context: http://www.nabble.com/Help-with-custom-display-tp16277592p16303342.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
