Expanded view as default

Hi there, is there a way to set and keep the scheduler in the expanded view?

Hello,

You can use

scheduler.expand();

function call.

Kind regards,
Ilya

Hi Ilya, thanks for the reply. Could you tell where I put this bit of code please?

many thanks

Joe

Just after the init.

Best regards,
Ilya

Sorry Ilya, I’m a bit of a noob, could you explain a bit more please?

// your other code here scheduler.init('scheduler_here',new Date(2012,7,6),"week"); scheduler.expand();
Best regards,
Ilya