Hi,
First I would like to say that that integration with context menu looks very good.
In a Scheduler I have a custom attribute: Status.
I want ContextMenu to be shown only when Status ==1
I followed your online example and found the javasript function
appointmentContextMenu {
...
selectedAppointment = eventArgs.get_appointment();
}
So i have selectedAppointment, how can i read its custom attributes and instruct scheduler not to show the ContextMenu?
Thanks,
Florin
First I would like to say that that integration with context menu looks very good.
In a Scheduler I have a custom attribute: Status.
I want ContextMenu to be shown only when Status ==1
I followed your online example and found the javasript function
appointmentContextMenu {
...
selectedAppointment = eventArgs.get_appointment();
}
So i have selectedAppointment, how can i read its custom attributes and instruct scheduler not to show the ContextMenu?
Thanks,
Florin