ThemeSystem
Wisej.Web.Ext.FullCalendar.ThemeSystem
public enum ThemeSystem : EnumPublic Enum ThemeSystem As [Enum]Fields
Name
Description
Used By
Name
Description
Last updated
Was this helpful?
Wisej.Web.Ext.FullCalendar.ThemeSystem
Namespace: Wisej.Web.Ext.FullCalendar
Assembly: Wisej.Web.Ext.FullCalendar (3.2.0.0)
Enumerates the theme systems supported by the FullCalendar.
public enum ThemeSystem : EnumPublic Enum ThemeSystem As [Enum]Bootstrap3
Supports Bootstrap 3 themes. The Bootstrap CSS file must be loaded separately in its own link tag.
JQueryUI
Supports jQuery UI themes. The jQuery UI CSS file must be loaded separately in its own link tag.
Standard
Renders a minimal look & feel. Does not require any CSS files beyond the FullCalendar base files.
Determines the theme system used by the calendar.
Last updated
Was this helpful?
Was this helpful?