Version

WebDayView Client-Side Events

Client Events

Client Events Methods

Click

This event fires when any element of the DayView is clicked.

Parameters

oDayView

The DayView client-side object. oEvent

The event object, which allows you to cancel the event, cancel the postback, or request a postback. element

The html element that corresponds to what was clicked.

DblClick

This event fires when any element of the DayView is double clicked.

Parameters

oDayView

The DayView client-side object. oEvent

The event object, which allows you to cancel the event, cancel the postback, or request a postback. element

The html element that corresponds to what was double clicked.

Initialize

This event fires when the DayView initializes.

Parameters

oDayView

The DayView client-side object.

MouseDown

This event fires when a mouse down occurs on any element in the DayView.

Parameters

oDayView

The DayView client-side object. oEvent

The event object, which allows you to cancel the event, cancel the postback, or request a postback. element

The html element that corresponds to where the mouse button was pressed down.

MouseUp

This event fires when a mouse up occurs on any element in the DayView.

Parameters

oDayView

The DayView client-side object. oEvent

The event object, which allows you to cancel the event, cancel the postback, or request a postback. element

The html element that corresponds to where the mouse button was released.

NavigateNext

This event fires after the next button on the DayView is pressed.

Parameters

oDayView

The WebDayView client-side object. oEvent

The event object, which allows you to cancel the event, cancel the postback, or request a postback. numberOfDays

The number of days that will be navigated.

NavigatePrevious

This event fires after the previous button on the DayView is pressed.

Parameters

oDayView

The WebDayView client-side object. oEvent

The event object, which allows you to cancel the event, cancel the postback, or request a postback. numberOfDays

The number of days that will be navigated.