Home Unanswered Active Tags New Question

Setting styles of timescroll and resscroll

In the scheduler, is there a way to set the styles of the div clientid+timescroll and clientid+resscroll to a custom style. On the moment I achieve this by using the 2 styles below (my scheduler is inside <div class="scheduler">

It would have been nice if these divs had class names, becuase using the dom tree as I did below is very risky!

TIMESCROLL
.scheduler div table td div div table td
{
background-position: bottom;
background-image: url("Images/Office2007HeaderShading.gif");
background-repeat: repeat-x;
}

RESSCROLL
.scheduler div table td div table td {
background-color: #FFFFFF !important;
}

Asked by Guss 3 years ago.
Replies

I agree that this is not a safe way to do it. I will add a special class suffix for these headers in the next release (5.4 or 5.5). Thanks for the suggestion!

Comment posted by Dan Letecky 3 years ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java