Is it possible to hide time for event in “Month” view ? I am using <p:schedule> and i only want to show the Event Title in the calendar’s month view.
Hope there is a way…. help please
Thanks in Advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can hide the time by setting the
fc-event-timecss class todisplay:none;Like this
But you better give it a more specific id , like this (you can set
prependId="false"in your form that surrounds the scheduler)just make sure to include the css in the end (in your
h:bodyfor example)