Home Unanswered Active Tags New Question

removing the CSS from the table cells and div tags

Hi

I know there is a way to add a class and style the scheduler but is there a way to remove all the CSS from the table cells and div tags and place them into an external CSS file?

Reason is there seems to be so much CSS which can be placed into the CSS and Cached by the users browser speeding up the loading times?

Tom
Asked by Tom 4 years ago.
Replies
I was exploring this possibility some time ago. However, 90% of the inline styles are variable (depending on the configuration) so it makes no sense to put the remaining 10% in a static CSS file.

But I will be moving the HTML generating from the server side to the client side. This won't save much of the final DOM tree but it will save the bandwidth.
Comment posted by Dan Letecky 4 years ago.
New Reply
This reply is
Your name (optional):

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