This content has been marked as final.
Show 4 replies
-
1. Re: Display Event Information on Date in rich:calendar
michpetrov Dec 8, 2016 4:21 AM (in response to asimshaikh1)It's your implementation, you have to know how to find out if there are any events for the given day.
-
2. Re: Display Event Information on Date in rich:calendar
asimshaikh1 Dec 22, 2016 4:38 AM (in response to michpetrov)I am getting data from list i.e eventmasterLIst
-
3. Re: Display Event Information on Date in rich:calendar
asimshaikh1 Dec 22, 2016 4:46 AM (in response to asimshaikh1)I wanted to implement below code
eventMaster.eventMasterList!=null and eventMaster.eventMasterList.size()>0?'postive-records':'no-records' but nosuccess
-
4. Re: Display Event Information on Date in rich:calendar
michpetrov Jan 2, 2017 4:11 AM (in response to asimshaikh1)I don't know what "no success" means. Is the list empty, are styles not being applied? What happens?