Our pure JavaScript Scheduler component


Post by msrotate »

Hello team,

I have a question about base event editor.
Is there any way to add custom angular component in default edit event window, without creating custom modal box for it?


Post by marcio »

Hello msrotate,

Yes, there is a way. Actually, we have a demo for that, you can check it here https://bryntum.com/products/scheduler/examples/frameworks/angular/custom-event-editor/dist/custom-event-editor/

You can check the source code in your trial package, and based on that create your own custom angular component to display inside the edit event window. :)

Best regards,
Márcio


Post by victorportlink »

Hey, I looked at this demo and I was wondering if there was a way to somehow use the event editor or mimic it? In the demo you linked the custom event editor makes a new popup and is focused, whereas the bryntum event editor is attached to the side of the task and doesnt grey out the screen.


Post by alex.l »

Hi victorportlink,

I didn't get the question.
Could you please re-phrase it?

you linked the custom event editor makes a new popup and is focused, whereas the bryntum event editor is attached to the side of the task and doesnt grey out the screen.

There is angular component used, you can tune it as you want, if you don't want to make it modal.

You can review the source code of this demo, check examples/frameworks/angular folder of sources you downloaded.
Here are guides
https://bryntum.com/products/scheduler/docs/guide/Scheduler/customization/replaceeventedit
https://bryntum.com/products/scheduler/docs/guide/Scheduler/customization/eventedit

All the best,
Alex


Post Reply