This is a migrated thread and some comments may be shown as answers.

Change Event Editor title

7 Answers 402 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Therese
Top achievements
Rank 1
Therese asked on 14 Dec 2013, 12:23 PM
I need to know how to change the Event Editor title, for example if I am using the scheduler to set appointments not events so I need to change the title of Editor from Event to Appointment, is there a way to perform that?

7 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 14 Dec 2013, 02:17 PM
Hello Therese,

There is a built-in configuration option that you can set in order to change the editor's title. Please see this link for more information about it:

http://docs.kendoui.com/api/web/scheduler#configuration-messages.editor.editorTitle

And here is a working example, showing a possible implementation:

http://jsbin.com/ELiVaWeK/1/edit

Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Therese
Top achievements
Rank 1
answered on 14 Dec 2013, 02:37 PM
Thank you
0
Jeff
Top achievements
Rank 1
answered on 19 Sep 2014, 04:31 PM
editorTitle message changes it globally.  But how do you set the editorTitle for each launch, differently for different kinds of events?
0
Kiril Nikolov
Telerik team
answered on 23 Sep 2014, 08:26 AM
Hello Jeff,

You can use the edit event in order to get a reference of the window title and updated its text. Please see the following example:

http://dojo.telerik.com/ANEv

Regards,
Kiril Nikolov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Jeff
Top achievements
Rank 1
answered on 26 Sep 2014, 02:43 PM
This works perfectly, giving us the dynamic title for the Scheduler Event Editor we needed.

Another great example of customer support from Telerik, thanks Kiril!
0
Kiril Nikolov
Telerik team
answered on 29 Sep 2014, 09:03 AM
Hello Jeff,

I am happy that the provided solution helped.

In case you have further questions, please do not hesitate to contact us.

Regards,
Kiril Nikolov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Samir
Top achievements
Rank 1
Iron
answered on 10 Feb 2022, 12:31 PM

I think a better solution is this.

 


.Editable(s => 
{
         s.Window(e => e
		Title("Clinicians")
           );
 })

Tags
Scheduler
Asked by
Therese
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Therese
Top achievements
Rank 1
Jeff
Top achievements
Rank 1
Samir
Top achievements
Rank 1
Iron
Share this question
or