iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi All,
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.
Can any one help on this ? Thanks in advance.
Thanks
Srikant
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.
The script below should helps.
<script language="javascript" type="text/javascript"> <!-- function button1_onclick() { var WebScheduler1 = ISGetObject("WebScheduler1"); WebScheduler1.GetCalendarSchedulerFrame().style.backgroundColor = "Red"; return true; } --> </script>
Please let us know your response.
Hi Yudi.
Thank for your response. It is working.
srikant
Glad to hear that the information helps.
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.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname