﻿<?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 - can I define these events by myself</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/can-I-define-these-events-by-myself/</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>can I define these events by myself</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/can-I-define-these-events-by-myself/</link><pubDate>Tue, 20 Apr 2010 10:56:52 GMT</pubDate><dc:creator>andi@intersoftpt.com</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Hi Gao Yixin,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Yes, of course we are able to do so. Since in our EditingForm.aspx, we are using our component as well and most of them is Webcombo and WebInput. So by simply go to "./WebScheduler/EditingForm.aspx" and create a client side event for a desired component. For example, in these following snippet, I have created an event of OnClick on StartTime WebCombo in EditingForm.aspx.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;JavaScript:&lt;/span&gt;&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&lt;span style="font-size: 9pt; "&gt;        function WS_Onclick(controlId) {
            var WebScheduler1 = ISGetObject(controlId);
            // Do task in here
            return true;
        }&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;HTML:&lt;/span&gt;&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&lt;span style="font-size: 9pt; "&gt;&amp;lt;ClientSideEvents OnClick="WS_Onclick"&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;I hope it helps. Thank you and have a nice day.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Andi Santoso&lt;/span&gt;&lt;/p&gt;
&lt;p /&gt;
&lt;p /&gt;</description></item><item><title>can I define these events by myself</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/can-I-define-these-events-by-myself/</link><pubDate>Tue, 20 Apr 2010 02:38:06 GMT</pubDate><dc:creator>gao3251999</dc:creator><description>&lt;p&gt;Hi,all&lt;/p&gt;
&lt;p&gt;I want to know if i can define these client events that in the creat event page or edit event page by myself.&lt;/p&gt;
&lt;p&gt;for example:&lt;/p&gt;
&lt;p&gt;WS_CategoryChanged，WS_EndTimeTime_OnClick，WS_EndTimeTime_OnAfterValueChanged in the page EditingUrl="./WebScheduler/EditingForm.aspx"&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;</description></item></channel></rss>