How to set up weekends in richfaces calendar?
Posted
by Elena
on Stack Overflow
See other posts from Stack Overflow
or by Elena
Published on 2010-05-31T17:08:35Z
Indexed on
2010/05/31
17:13 UTC
Read the original article
Hit count: 448
Hi all! I want to change next example:
http://livedemo.exadel.com/richfaces-demo/richfaces/calendar.jsf?tab=organizer&cid=1157294
to have ability to set up weekends and hollydays.
And I have q few questions:
1) why I could use data.shortDescription/data.description in the next code:
<div>
<h:outputText value="{data.shortDescription.escapeHTML()}" />
</div>
<div>
<h:outputText value="{data.description.escapeHTML()}"/>
</div>
Can I use something else to show the text in the current date?
I want to add boolean isDayOff field to CalendarDataModelItemImpl, but I don't know, how I will retrieve it and show, and also save.
Could anyone give me some ideas or example?
Also I need to show this new weekends with red color.
© Stack Overflow or respective owner