ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Calendar control
  • Events managed by default
  • Events managed by WEBDEV
  • Optional events
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Events associated with Calendar controls
Events managed by default
WEBDEV - Server codeWEBDEV - Browser codePHP

Events managed by WEBDEV

WEBDEV manages the following events by default (order of appearance in the code editor):
EventRuntime condition
Initialization (Server code)Run when opening the page.
Displaying a month (Server code)Run when a new month is displayed in the calendar.
Displaying a month (Browser code)Run when a new month is displayed in the calendar.
Selecting a day (Server code)Run when a day is selected in the calendar.
Selecting a day (Browser code)Run when a day is selected in the calendar.
Click on the Today button (server code)Run when clicking the "Today" button. When "Today" is clicked on:
  • the event "Selecting a day" is run.
  • the event "Click the "Today" button" is run
Clicking a change of month (Server code)Run when changing month in the calendar.
Clicking a change of month (Browser code)Run when changing month in the calendar.

Remark: Only the browser codes are available in a static page.
Optional events
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help