Disabling/removing delete button from lightbox

Hi,

Is there a way to disable/remove the delete button from the lightbox.

The scheduler.config.icons_select=[“icon_details”,“icon_edit”] does not affect the lightbox.

I want to enable/disable delete event, from the lightbox, depending on user role.

Thanks

Unfortunately there is no way to control visibility of those buttons in current version.

Stanislav, thanks for the reply

Hello,
Is is still the case that delete and edit buttons can not be disabled/removed from the lightbox. I want the lightbox to show so people can view event details but want the calendar to be readonly.

thanks

Hello,

Be sure to check following samples:
\scheduler\samples\03_extensions\14_readonly_event.html
\scheduler\samples\03_extensions\12_readonly_form.html

Best regards,
Ilya

Hi Ilya
Thanks very much for the reply but the links don’t go anywhere and I can’t find the extensions you’ve mentioned under scheduler extensions.

Hello,

These are not links, it’s a path to samples which illustrate readonly form.
So open your_scheduler_folder where you have extracted our library, navigate to samples/03_extensions folder and check
14_readonly_event.html
12_readonly_form.html
samples.

Best regards,
Ilya

Thank you very much Ilya, this look like exactly what I need - sorry to be dim. Thanks again.