DayPilot Knowledge Base

AJAX Calendar/Scheduling Controls
DayPilot Pro (AJAX Calendar Control)
» DayPilot ASP.NET Calendar
DayPilot Pro (AJAX Monthly Calendar Control)
» DayPilot ASP.NET Monthly Calendar
DayPilot Pro (AJAX Scheduler Control)
» DayPilot ASP.NET Scheduler
DayPilot » Knowledge Base » List of CSS classes used in CssOnly mode (Navigator)

List of CSS classes used in CssOnly mode (Navigator)

Last revision: Jan 28, 2014

All the classes will be prefixed with the value of CssClassPrefix property. 

Example:

CssClassPrefix="navigator_green"

"_main" will result in "navigator_green_main".

See also

Main

_main

The topmost <div>.

_month

Month box.

_line

Separator line between month boxes.

Headers

_titleleft

"Previous" link in the header (<).

_title

Month name header. Between _titleleft and _titleright.

_titleright

"Previous" link in the header (<).

_weeknumber

Week number cell (first column).

_dayheader

Day header (Monday/Tuesday...).

Days

_day

Day box.

_dayother

Day box used for dates outside of the current month. Used instead of _day.

_daybox

A <div> inside _day or _dayother.

_todaybox

A <div> inside _day, used instead of _daybox (for today).

_busy

Day box that is marked as busy (has events). Used in addition to _day.

Related

List of CSS classes used in CssOnly mode (Month)
List of CSS classes used in CssOnly mode (Calendar)
Events show HTML source during image export (PNG)
How to highight day cells in DayPilot Month using CSS