Search found 7 matches

Hello Sergey, Thank you for the quick response. As far as I know there is currently no French locale available? For my purpose I need to be able to go from english to french seamlessly in a Vue SPA. So in this case I've created a new locale JS file based on all three libraries (Core, Grid, and Sched...

Ok, got it working by copying the entire en local from core/localization. Just having locale didn't seem to work.

Hello, currently trying to do a french localisation in a vue project. However, while I can change "ResourceInfoColumn" for example, the DateHelper locale does not seem to have an effect on Month/Day. In Vue file: import { LocaleManager } from 'bryntum-scheduler' import FrCA from '../schedu...

Ok, will do. Thank you.

Hello, currently trying to do the same in a vue project for a french translation. However, while I can change "ResourceInfoColumn", it is having no effect on the DateHelper. In Vue file: import { LocaleManager, PresetManager } from 'bryntum-scheduler' import FrCA from '../scheduler/schedul...
Thank you, works perfectly.
On most (all?) examples but the VueJS Example, the left column section can be resized by the user. How can this be done when implementing in VueJS?