Our pure JavaScript Scheduler component


Post by nsarvesh14 »

Hi Team,
Would like to change the below text from Add Event to Add Activity?
Can you let us know where we need to modify the text?
We are using the default theme
Image

Thanks

Attachments
Screen Shot 2020-12-02 at 4.21.28 PM.png
Screen Shot 2020-12-02 at 4.21.28 PM.png (12.96 KiB) Viewed 550 times

Post by nsarvesh14 »

Hi Team,
We would like to disable the Zoom in & Zoom out of the scheduler.
Can you please let us know what flags to be used to disable them?

Image

Thanks

Attachments
Screen Shot 2020-12-02 at 4.28.36 PM.png
Screen Shot 2020-12-02 at 4.28.36 PM.png (40.06 KiB) Viewed 549 times

Post by alex.l »

Hi nsarvesh14,

Please check our localization demo, it has this property localized:
https://www.bryntum.com/examples/examples-scheduler/localization/

Example:

LocaleManager.extendLocale('En', {
   [...]
   SchedulerBase : {
        'Add event' : 'Add Activity'
   }
});

We have a guide, how to work with localization here: https://bryntum.com/docs/scheduler-pro/#guides/customization/localization.md

Please follow the rule - "one thread - one question" and create a new thread for your second question. Our rules are here: viewtopic.php?f=35&t=772

All the best,
Alex


Post Reply