Sure, feel free to use it, as I consider myself as a big noob in the xwiki
universe I wasn't sure about giving it a FAQ entry
[Ricardo Rodríguez] wrote:
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.…)
--
View this message in context:
http://www.nabble.com/Help-with-custom-display-tp16277592p16304010.html
Sent from the XWiki- Users mailing list archive at
Nabble.com.