Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
WebMonthView Client-Side Events
Client Events
Client Events Methods
|
This event fires when any element of the MonthView is clicked.
The WebMonthView 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.
|
|
This event fires when any element of the MonthView is double clicked.
The WebMonthView 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.
|
|
This event fires when the MonthView initializes.
The WebMonthView client-side object.
|
|
This event fires when a mouse down occurs on any element in the MonthView.
The WebMonthView 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.
|
|
This event fires when a mouse up occurs on any element in the MonthView.
The WebMonthView 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.
|
|
This event fires after the next button on the MonthView is pressed.
The WebMonthView 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.
|
|
This event fires after the previous button on the MonthView is pressed.
The WebMonthView 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.
|