This is a migrated thread and some comments may be shown as answers.

Change the group orientation of a running diary

1 Answer 107 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
COLIN
Top achievements
Rank 1
COLIN asked on 11 Jun 2015, 10:17 AM

Hello

Is it possible to change the group orientation of running diary?

I want to switch between views and then switch the group.orientation on button click. Is it possible?

I tried for example:

scheduler.view('day'); // works

scheduler.group.orientation('horizontal'); // doesn't work

scheduler.group( { resources: ["Rooms"], orientation: 'horizontal' }); // doesn't work either

Regards,

Pawel

1 Answer, 1 is accepted

Sort by
0
COLIN
Top achievements
Rank 1
answered on 11 Jun 2015, 10:20 AM
I'll answer myself - I can use the "views.group.orientation" on initialization. :-)
Tags
Scheduler
Asked by
COLIN
Top achievements
Rank 1
Answers by
COLIN
Top achievements
Rank 1
Share this question
or