﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebScheduler - Custom title for custom edit form in calendar</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Custom-title-for-custom-edit-form-in-calendar/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Custom title for custom edit form in calendar</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Custom-title-for-custom-edit-form-in-calendar/</link><pubDate>Thu, 08 Jul 2010 23:56:01 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>WebScheduler</category><description>&lt;p&gt;In order to modify the text you will need to implement the OnEditingFormShow client side event handler and set the text manually. Here is the snippet:&lt;/p&gt;&lt;pre&gt;function WebScheduler1_OnEditingFormShow(controlId, action, eventView, eventType, newType)&lt;br /&gt;{&lt;br /&gt;    var scheduler = ISGetObject(controlId);&lt;br /&gt;&lt;br /&gt;    setTimeout(function ()&lt;br /&gt;    {&lt;br /&gt;        scheduler.EditingDialogBox.Window.SetCaption("Custom Title");&lt;br /&gt;    }, 1);&lt;br /&gt;}&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Custom title for custom edit form in calendar</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Custom-title-for-custom-edit-form-in-calendar/</link><pubDate>Thu, 08 Jul 2010 10:30:59 GMT</pubDate><dc:creator>JPNorte</dc:creator><category>WebScheduler</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I have a custom edit form for calendar but I dont know I can chage the form title;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;By defaut when new: "New All day Event".&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;This text can be custumized? &lt;/p&gt;
&lt;p&gt;Any help?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item></channel></rss>