| Author |
Tomahawk Schedule Component
|
Mani Natrajan
Greenhorn
Joined: Oct 12, 2009
Posts: 12
|
|
Hi,
I am using MyFaces tomahawk Schedule (<t:schedule> assuming t as the uri to tomahawk) component to bring a outlook calendar like view for displaying meeting details.
I have daily,weekly and monthly views for the user to choose from. I am able to switch between the views
by setting the mode property in the model.
model = new SimpleScheduleModel();
model.setMode(ScheduleModel.DAY);
Now I need a way for the user to browse the data for subsequent days /weeks or months.
Say for example ,if he goes to the monthly view (currently shows september details) he should be able to click a "next month" button to view the next months details.
I am stuck in this and clueless on how to proceed.
Has anybody come acroos this scenario?
Thanks for the help.
Mani Natarajan
|
SCJP
|
 |
 |
|
|
subject: Tomahawk Schedule Component
|
|
|