|
-
Jul 27th, 2007, 05:26 AM
#1
Thread Starter
Addicted Member
How to a make a visible for a particular value in calendar
Hi,
I have a doubt.I am creating a calendar using CSS. I give a color for today date.Now i am using these values to store in an array.
var highRed=new Array(10,15,18);
var lowYellow=new Array(1,5,6);
var mediumBlue=new Array(4,13,21);
var overdueBlack=new Array(12,25,29);
while the calendar loaded at that time these date values are highlight the calendar.Is it possible?
Thanks,
Failing to plan is Planning to fail 
-
Jul 27th, 2007, 10:53 AM
#2
Re: How to a make a visible for a particular value in calendar
You can specify a forecolor for that specific cell by using the FromRgb() or FromgARgb() method.
-
Jul 28th, 2007, 12:21 AM
#3
Thread Starter
Addicted Member
Re: How to a make a visible for a particular value in calendar
 Originally Posted by mendhak
You can specify a forecolor for that specific cell by using the FromRgb() or FromgARgb() method.
HI mendthak,
I got it.Thanks.
Failing to plan is Planning to fail 
-
Jul 28th, 2007, 10:26 AM
#4
Re: How to a make a visible for a particular value in calendar
No problem.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|