Hi helpers,
it is possible to change the defaultview with users choice ?
pOptions.defaultView | = "agendaWeek"; |
The option
pOptions.weekends | = false; |
could be changed, when using a page item.
if ($v('P1000_SHOWWEEKEND')=="false")
{
pOptions.weekends = false;
}
if ($v('P1000_SHOWWEEKEND')=="true")
{
pOptions.weekends = true;
}
But the standard defaultview could not be changed !
I have tested "agendaMonth" or "month" !
Nothing is working !
Any ideas ?
Thanks.