Results 1 to 4 of 4

Thread: How to a make a visible for a particular value in calendar

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2007
    Posts
    241

    Thumbs up 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

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jun 2007
    Posts
    241

    Thumbs up Re: How to a make a visible for a particular value in calendar

    Quote 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

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Thumbs up 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
  •  



Click Here to Expand Forum to Full Width