ThemeSystem
Namespace: Wisej.Web.Ext.FullCalendar
Assembly: Wisej.Web.Ext.FullCalendar
Enumerates the theme systems supported by the FullCalendar.
- C#
- VB.NET
public enum ThemeSystem : Enum
Public Enum ThemeSystem As [Enum]
Fields
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| FullCalendar.ThemeSystem | Determines the theme system used by the calendar. |