We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Schedule: Change Pop-Up Editor Title

When I click on an an empty date/time, the pop-up title shows "Add Event".
When I click on an an existing appointment, the pop-up title shows "Edit Event".

Can I change these? I'd like them to show "Add Task" or "Edit Task".

Thanks!

new-event.png


3 Replies

SR Swathi Ravi Syncfusion Team December 16, 2022 12:03 PM UTC

Hi Brian,


You can change the editor window title by using the L10n method like the below shared snippet.


Sample: https://stackblitz.com/edit/m4p3zy?file=index.js

UG: https://ej2.syncfusion.com/javascript/documentation/schedule/editor-template/#how-to-change-the-editor-window-header-title-and-text-of-footer-buttons


[index.js]

 ej.base.L10n.load({

    'en-US': {

        'schedule': {

            'editEvent': 'Edit Task',

            'newEvent': 'Add Task',

        },

    }

});


Regards,

Swathi Ravi



BP Brian Pautsch December 16, 2022 06:40 PM UTC

Excellent! Exactly what I needed. Thanks for the quick reply.



RV Ravikumar Venkatesan Syncfusion Team December 19, 2022 06:29 AM UTC

You're welcome! Please get back to us if you need any other assistance.


Loader.
Live Chat Icon For mobile
Up arrow icon