﻿<?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 - How can I load the Calendar with the Editing Form/event already Opened</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-I-load-the-Calendar-with-the-Editing-Formevent-already-Opened/</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>How can I load the Calendar with the Editing Form/event already Opened</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-I-load-the-Calendar-with-the-Editing-Formevent-already-Opened/</link><pubDate>Fri, 07 May 2010 15:11:04 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebScheduler</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;You may try to use OnAfterRenderView WebScheduler client side event in order to load editing form when WebScheduler is open. OnAfterRenderView is the client side event handler when calendar viewing is completed.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;In this event, we’ll need to select cell first and then simply call ShowEditingForm() method. Example:&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&lt;span style="color: blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #a31515"&gt;script&lt;/span&gt; &lt;span style="color: red"&gt;language&lt;/span&gt;&lt;span style="color: blue"&gt;="javascript"&lt;/span&gt; &lt;span style="color: red"&gt;type&lt;/span&gt;&lt;span style="color: blue"&gt;="text/javascript"&amp;gt;&lt;/span&gt;
    &amp;lt;!--
    &lt;span style="color: blue"&gt;function&lt;/span&gt; WebScheduler1_OnAfterRenderView(controlId, viewMode) {
        &lt;span style="color: blue"&gt;var&lt;/span&gt; WebScheduler1 = ISGetObject(controlId);
        &lt;span style="color: blue"&gt;var&lt;/span&gt; el = WebScheduler1.GetCellElement(&lt;span style="color: blue"&gt;new&lt;/span&gt; Date());

        WebScheduler1.ShowEditingForm(&lt;span style="color: #a31515"&gt;"New"&lt;/span&gt;, 0);

        &lt;span style="color: blue"&gt;return true;&lt;/span&gt;
    }
    --&amp;gt;
&lt;span style="color: blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #a31515"&gt;script&lt;/span&gt;&lt;span style="color: blue"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Hope this helps.&lt;/span&gt; </description></item><item><title>How can I load the Calendar with the Editing Form/event already Opened</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-I-load-the-Calendar-with-the-Editing-Formevent-already-Opened/</link><pubDate>Thu, 06 May 2010 23:21:59 GMT</pubDate><dc:creator>Krschauder</dc:creator><category>WebScheduler</category><description>&lt;p&gt;How can I load the Calendar with the Editing Form/event already Opened.  Any Help Would be great.  Thanks in advance!  &lt;/p&gt;</description></item></channel></rss>