Kentico CMS 6.0 Controls

Appearance and styling

Appearance and styling

Previous topic Next topic Mail us feedback on this topic!  

Appearance and styling

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

You can modify the appearance of the BasicCalendar control by setting the standard properties inherited from the ASP.NET Calendar control. You can find more details on particular properties in the .NET Framework documentation for the Calendar class.

 

A common way to set the appearance of this control is to assign a skin through the SkinID property. Skins can be defined in .skin files under individual themes in the App_Themes folder. More information can be found in the .NET Skins and Themes documentation.

 

The design of day cells is determined by the code of the templates defined within the tags of the BasicCalendar control. The following are available:

 

Template Name

Description

Sample Value

ItemTemplate

Template for displaying a day with an event.


NoEventsTemplate

Template for displaying a day without any event.