Our powerful JS Calendar component


Post by chabgui@gmail.com »

Hello,

I use 3 components in my project: grid, scheduler and agenda. When I declare the 3 css in styles.css I have to declare the calendar CSS in last position for this to work. this impacts the CSS of grid and scheduler. The components change in appearance. I can't find the CSS "light" version of the calendar. and last thing, I have an execution warning with the CSS of the calendar.

Attachments
Capture d’écran du 2020-08-30 12-02-32.png
Capture d’écran du 2020-08-30 12-02-32.png (30.97 KiB) Viewed 1534 times
Capture d’écran du 2020-08-30 12-02-53.png
Capture d’écran du 2020-08-30 12-02-53.png (21.65 KiB) Viewed 1534 times

Post by sergey.maltsev »

Hi!

Thank you for this question, currently we have no ready solution for this because such approach was not tested yet. I've created this issue to investigate it
https://github.com/bryntum/support/issues/1430

Probably you could try Angular elements (https://angular.io/guide/elements) to use several products as separate Web components.
We have no ready demo for those 3 products but we have simple one for using Angular elements in Grid
https://www.bryntum.com/examples/grid/angular/angular-renderer/
Please refer to Readme.md in demo folder for more info.


Post by chabgui@gmail.com »

ok thanks !

do you have a css calendar 'light version' like grid and scheduler ?


Post by sergey.maltsev »

Hi!

In upcoming 4.0 release Calendar gets the same version number and themes as the others.


Post by chabgui@gmail.com »

Cool !


Post by chabgui@gmail.com »

with the new calendar 4.0, this problem is solve.

I used the same CSS light for the 3 components. no more conflicts.


Post Reply