AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Desarrollar una aplicación o un sitio web / Controles, ventanas y páginas / Controles: tipos disponibles / Control Calendario
  • Default events
  • Events supported in WEBDEV
  • Optional events
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Events associated with Calendar controls
Default events
WEBDEV - Código ServidorWEBDEV - Código NavegadorPHP

Events supported in WEBDEV

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

Remark: In a static page, only browser codes are available.
Optional events
Ver también
Versión mínima requerida
  • Versión 14
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 20/09/2024

Señalar un error o enviar una sugerencia | Ayuda local