﻿<?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 - Change Calendar Background color</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Change-Calendar-Background-color/</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>Change Calendar Background color</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Change-Calendar-Background-color/</link><pubDate>Fri, 07 May 2010 11:30:20 GMT</pubDate><dc:creator>yudi</dc:creator><category>Modify Calendar Backgroundcolor</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui', sans-serif; color: rgb(31,73,125); font-size: 9pt"&gt;Glad to hear that the information helps.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui', sans-serif; color: rgb(31,73,125); font-size: 9pt"&gt;Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Change Calendar Background color</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Change-Calendar-Background-color/</link><pubDate>Fri, 07 May 2010 02:20:32 GMT</pubDate><dc:creator>srikantweb007</dc:creator><category>Modify Calendar Backgroundcolor</category><description>&lt;p&gt;Hi Yudi.&lt;/p&gt;
&lt;p&gt;     Thank for your response. It is working.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;srikant&lt;/p&gt;</description></item><item><title>Change Calendar Background color</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Change-Calendar-Background-color/</link><pubDate>Thu, 06 May 2010 12:04:06 GMT</pubDate><dc:creator>yudi</dc:creator><category>Modify Calendar Backgroundcolor</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;In order to change WebScheduler calendar background color from javascript, first we’ll need to obtain the calendar frame element then simply set the “backgroundColor” property of its style collection to your desired color.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;The script below should helps.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;script language="javascript" type="text/javascript"&amp;gt;
    &amp;lt;!--
    function button1_onclick() {
        var WebScheduler1 = ISGetObject("WebScheduler1");
        WebScheduler1.GetCalendarSchedulerFrame().style.backgroundColor = "Red";

        return true;
    }
    --&amp;gt;
&amp;lt;/script&amp;gt;&lt;/pre&gt;

&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Please let us know your response.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Change Calendar Background color</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Change-Calendar-Background-color/</link><pubDate>Thu, 06 May 2010 05:58:09 GMT</pubDate><dc:creator>srikantweb007</dc:creator><category>Modify Calendar Backgroundcolor</category><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;     I want to modify the background color of the calendar associated with the Webscheduler programatically. I want to change the calendar bg color dynamically from the javascript. &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Can any one help on this ? Thanks in advance.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Srikant&lt;/p&gt;</description></item></channel></rss>