https://github.com/lalugue/scheduler-how-to-create-custom-editing-form-angular
This example demonstrates how to create a custom editing form for appointments with a DevExtreme Popup widget in Angular.
https://github.com/lalugue/scheduler-how-to-create-custom-editing-form-angular
angular devextreme devextreme-angular popup scheduler
Last synced: 2 months ago
JSON representation
This example demonstrates how to create a custom editing form for appointments with a DevExtreme Popup widget in Angular.
- Host: GitHub
- URL: https://github.com/lalugue/scheduler-how-to-create-custom-editing-form-angular
- Owner: lalugue
- License: other
- Created: 2021-01-26T11:37:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T02:17:50.000Z (about 4 years ago)
- Last Synced: 2025-01-11T10:16:11.966Z (4 months ago)
- Topics: angular, devextreme, devextreme-angular, popup, scheduler
- Language: TypeScript
- Homepage: https://lalugue.github.io/scheduler-how-to-create-custom-editing-form-angular/
- Size: 4.05 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scheduler - How to create a custom editing form
This example demonstrates how to create a custom editing form for appointments.
The main idea is to use a [Popup](https://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxPopup/) to display appointment data and to update appointments by calling methods from the [Scheduler API](https://js.devexpress.com/Documentation/Guide/Widgets/Scheduler/Appointments/Update_Appointments/#API).
In our particular case, we use a custom editing form to select a seat for a chosen movie.