Read-only dhtmlxScheduler?

I just came across dhtmlxScheduler, and it looks great!



I’d like to offer my visitors a read-only calendar – is there an easy way to configure the scheduler so that event creation, dragging, and editing is disabled?



FWIW, I’ve disabled much of the editing & creating functionality by adding these config vars:

    drag_resize:0,

    drag_move:0,

    drag_create:0,

    edit_on_create:0,

    details_on_create:0,

    click_form_details:0

but double-clicking an event still lets you edit the event text – how can I disable this last piece?



best,



Jacob

Updated version of scheduler attached to email, now it supports next settings

scheduler.config.readonly = true;

When readonly set to true, all moving|creation|selection|editing operations will be blocked.

The similar fix added to main codebase and will be released as part of next build.

dhtmlxscheduler.zip (16.8 KB)

Wonderful!  Thanks for the quick response & updated code.

best,

Jacob