FullCalendar
Wisej.Web.Ext.FullCalendar.FullCalendar
Last updated
Was this helpful?
Wisej.Web.Ext.FullCalendar.FullCalendar
Last updated
Was this helpful?
Namespace: Wisej.Web.Ext.FullCalendar
Assembly: Wisej.Web.Ext.FullCalendar (3.2.0.0)
FullCalendar is a drag-n-drop widget for displaying events on a full-sized calendar based on the open-source fullcalendar.io. See .
The FullCalendar JavaScript component is developed by Adam Shaw and released under the MIT license: .
Constructs a new instance of the control.
: Determines if the "all-day" slot is displayed at the top of the calendar. (Default: True
)
When an event's end time spans into another day, this is the minimum time it must be in order for it to render as if it were on that day. Only affects timed events that appear on whole-days. Whole-day cells occur in month view, basicDay, basicWeek and the all-day slots in the agenda views.
Use "GPL-My-Project-Is-Open-Source" for GPL projects, or "CC-Attribution-NonCommercial-NoDerivatives" for non commercial projects.
If not specified, this value is automatically computed from slotDuration. With slotDuration's default value of 30 minutes, this value will be 1 hour.
The ThemeSystem property can be one of these values:
Standard Renders the built-in look & feel.
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 loaded in its own link tag.
Sets time format to display on the events.
Throws:
Moves the calendar to an arbitrary date.
dateTime
The date to set the calendar view to.
Moves the calendar one step forward (either by a month, week, or day).
If the calendar is in month view, will move the calendar forward one month. If the calendar is in basicWeek or agendaWeek, will move the calendar forward one week. If the calendar is in basicDay or agendaDay, will move the calendar forward one day.
Moves the calendar forward one year.
Moves the calendar one step back (either by a month, week, or day).
If the calendar is in month view, will move the calendar back one month. If the calendar is in basicWeek or agendaWeek, will move the calendar back one week. If the calendar is in basicDay or agendaDay, will move the calendar back one day.
Moves the calendar back one year.
Moves the calendar to the current date.
The application should manage and cache the events that are returned in response to this event.
: Returns or sets the text titling the "all-day" slot at the top of the calendar.
: Emphasizes certain time slots on the calendar. By default, Monday-Friday, 9am-5pm. (Default: null
)
: Returns or sets the current value that is used by the to display the current view.
: Determines whether the events on the calendar can be modified. (Default: True
)
: Sets the background color for all events in the calendar. (Default: Color [Empty]
)
: Sets the border color for all events on the calendar. (Default: Color [Empty]
)
: Limits the number of events displayed on a day. (Default: 0
)
When there are too many events, a link that looks like "+2 more" is displayed. The exact action that happens when the user clicks the link is determined by .
: Returns the collection of managed by this control.
: Sets the border color for all events on the calendar. (Default: Color [Empty]
)
: Returns or sets the first day of the week as displayed in the FullCalendar. (Default: Default
)
: Determines the formatting of the column headers in the different views using momentjs format patterns: .
: Overridden to create our initialization script.
: Determines the end time (exclusively) that will be displayed, even when the scrollbars have been scrolled all the way down.
: Determines the starting time that will be displayed, even when the scrollbars have been scrolled all the way up.
: Determines the next-day threshold time.
: Returns or sets the message to display in one of the list views when there are no events to display.
: Overridden, not used.
: Overridden to return our list of script resources.
: Determines the width of the area that contains the list of resources. Requires the to be set to a valid license or to a GPL or CC license. (Default: "30%"
)
: Returns or sets the text that will appear above the list of resources. Requires the to be set to a valid license or to a GPL or CC license. (Default: "Resources"
)
: Returns or sets the scheduler resources. Requires the to be set to a valid license or to a GPL or CC license. (Default: null
)
: License key for the scheduler plug-in. See . (Default: ""
)
: Determines how far down the scroll pane is initially scrolled down.
: Determines whether or not to display a marker indicating the current time. (Default: True
)
: Determines the frequency for displaying time slots.
: Determines if timed events in agenda view should visually overlap. (Default: True
)
: Determines the time-text that will be displayed on the vertical axis of the agenda views using momentjs format patterns: .
: Determines how often the time-axis is labeled with text displaying the date/time of slots..
: Determines the theme system used by the calendar. (Default: Standard
)
: Determines the time-text that will be displayed on each event using momentjs format patterns: . (Default: null
)
: Returns or sets the value that is used by as today's date.
: Determines which view the calendar uses to display the events. (Default: Month
)
: Returns or sets the number of objects contained in the list when in virtual mode. (Default: 0
)
is set to a value less than 0.
Triggered when the current date used to display the calendar view is changed.
Triggered when the user clicks a day in the calendar.
Triggered when the user double clicks a day in the calendar.
Triggered when the user changed (dragged or resized) an object.
Triggered when the user clicks an event.
Triggered when the user double clicks an event.
Triggered when the user drops an object on the calendar.
Triggered when the a object changes.
Triggered when is true and the control needs to retrieve a specific virtual event instance.
Triggered when is true and the control needs to populate the events on a certain date, week or month.