The DayPilotCalendar type exposes the following members.
Methods
Name | Description | |
---|---|---|
CallBack(Stream) |
Processes the callback request.
| |
CallBack(Controller) |
Processes the callback request. This method should be called from the backend controller.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnBeforeCellRender |
An event handler that allows time cell customization. Called once for each time cell.
| |
OnBeforeEventRecurrence |
This event is fired during event loading.
| |
OnBeforeEventRender |
An event handler that allows event customization. Called once for each event in the Events collection.
| |
OnBeforeHeaderRender |
An event handler that allows column header customization. Called once for each column.
| |
OnBeforeTimeHeaderRender |
An event handler that allows time header customization. Called once for each time header cell.
| |
OnCommand |
Event handler for Command callback.
| |
OnEventBubble |
Event handler for dynamic bubble request callback.
| |
OnEventClick |
Event handler for EventClick callback.
| |
OnEventDelete |
Event handler for EventDelete callback.
| |
OnEventDoubleClick |
Event handler for EventDoubleClick callback.
| |
OnEventEdit |
Event handler for EventEdit callback.
| |
OnEventMenuClick |
Event handler for EventMenuClick callback. Fired for menu items that use Action=CallBack.
| |
OnEventMove |
Event handler for EventMove callback. Used for Notify handling mode as well.
| |
OnEventResize |
Event handler for EventResize callback. Used for Notify handling mode as well.
| |
OnEventRightClick |
Event handler for EventRightClick callback.
| |
OnEventSelect |
Event handler for EventSelect callback.
| |
OnFinish |
Lifecycle hook. Called at the end of every callback request.
| |
OnHeaderClick |
Event handler for HeaderClick callback.
| |
OnInit |
Event handler for Init callback. Fired automatically on initial page load.
| |
OnNotify |
Event handler for Notify callback.
| |
OnPrepare |
Lifecycle hook. Called at the beginning of every callback request.
| |
OnTimeRangeDoubleClick |
Event handler for TimeRangeDoubleClick callback.
| |
OnTimeRangeMenuClick |
Event handler for TimeRangeMenuClick callback. Fired for menu items that use Action=CallBack.
| |
OnTimeRangeSelected |
Event handler for TimeRangeSelected callback.
| |
Redirect |
Redirects the page to a new location specified by the url parameter.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Update()()()() |
Request EventsOnly refresh on the client side. Requires a fresh data set to be loaded in Events.
| |
Update(Object) |
Request EventsOnly refresh on the client side. Requires a fresh data set to be loaded in Events.
| |
Update(CallBackUpdateType) |
Request a client-side refresh.
| |
Update(Object, CallBackUpdateType) |
Request a client-side refresh.
| |
UpdateWithMessage(String) |
Request EventsOnly refresh on the client side. Requires a fresh data set to be loaded in Events. Displays the specified message using the integrated message bar.
| |
UpdateWithMessage(String, CallBackUpdateType) |
Request a client-side refresh. Requires a fresh data set to be loaded in Events. Displays the specified message using the integrated message bar.
|