Calendar: show popup after dragging event
I want to bring up a popup when a user drags/drops an appointment in the calendar to document the reason for the reschedule. Has anybody done this with skuid? Can anybody point me in the right direction. I am already triggering an event when this occurs.
thanks.
thanks.
1
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments
Alternatively, you could think about using a model action on the calendar's source model that looks for changes on the start datetime or room fields?
Alterntively, you can use mBlazonry's template component to listen for your event and use the action framework to build the popup. See https://community.skuid.com/skuid/topics/template-component-with-action-framework and https://community.skuid.com/skuid/topics/another-use-for-mb-template-w-action-framework-call-action-...