Ability to view only Timeline/Custom view.

Hi,

The JavaPlanner is good one with which I can show different tasks/activities based on the timeline.

Further I want to show only the timeline view or a custom view and do not want to display the default day/week and month tabs and neither the arrows to move the year.

Is there any way with which I can accomplish this task?

Thanks,

Hi,
you should call the follow code before adding timeline view:

planner.views.clear();

Thanks!