Reputation: 11
Hi is it possible to create something like this with <p:schedule>
?
This view represents room booking where the line on top represents list of rooms. This view shows which room is available on what time, making in much more clear than the standard view.
Instead of event title I use drop down list of rooms. These rooms should be displayed in the top line.
Upvotes: 1
Views: 1979
Reputation: 12335
No this is not possible. PrimeFaces uses jQuery FullCalendar
so please check out its documentation on how to customize it and if it is possible at all.
But even if you can customize it, it is not certain that you can also use the same procedure to manipulate a PrimeFaces component.
Upvotes: 2