Skip to main content

ThemeSystem

Namespace: Wisej.Web.Ext.FullCalendar

Assembly: Wisej.Web.Ext.FullCalendar

Enumerates the theme systems supported by the FullCalendar.

public enum ThemeSystem : Enum

Fields

NameDescription
Bootstrap3Supports Bootstrap 3 themes. The Bootstrap CSS file must be loaded separately in its own link tag.
JQueryUISupports jQuery UI themes. The jQuery UI CSS file must be loaded separately in its own link tag.
StandardRenders a minimal look & feel. Does not require any CSS files beyond the FullCalendar base files.

Used By

NameDescription
FullCalendar.ThemeSystemDetermines the theme system used by the calendar.