ThemeSystem

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 : Enum

Fields

NameDescription

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.

Used By

NameDescription

Determines the theme system used by the calendar.

Last updated