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 Agenda
  • Describing an Organizer control
  • A context menu proposed automatically
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
Describing an Organizer control
The Organizer control can be configured in the editor via the description window ("Details" tab).
The available options are as follows:
  • Parameters of the organizer:
    • Modo de visualización y granularidades By default, appointments are displayed:
      • WINDEV over a 5-day week, with move granularity and duration granularity set to 30 minutes.
      • AndroidiPhone/iPad over a day, with move granularity set to 15 minutes and duration granularity set to one hour.
      When clicking the display options, a window is opened, allowing you to define the different display options:
      It is possible to define the following elements:
      • Organizer control display mode: Allows you to define the duration of the range displayed: day, month, week, ... or custom number of days.
      • Appointment granularity: Corresponds to the display precision of the Organizer control. Appointments can start on a multiple of XX minutes, hours, ... and have a duration multiple of XX minutes, hours, ... The arrow button lets you enter predefined values. The lock is used to link (or not) the values.
      When validating this window, the selected characteristics are summarized in the control description window.
    WINDEV The display mode can be modified by the user via the context menu of the control.
  • The option "Recordar modo" makes it possible to save and re-apply the display mode chosen by the user.
  • Date display mask:
    Used to define the format of the date displayed at the top of the "day" columns of the Organizer control.
    • "Mostrar número de semana" is used to specify whether the week number must be displayed or not. It is then possible to specify its format. In the format, the '%1' string corresponds to the week number. Example of format: "Sem. %1".
    • The option "Formato ISO 8601" is used to make sure that the weeks are numbered according to the ISO 8601 standard.
    • The option "Mostrar mes si es necesario" makes it possible to specify a shortened month name in the first date displayed in the control (if the date mask does not show the month) .
  • Time range:
    • The visible time slot is the time range that will be displayed in the control.
    • The working time slot corresponds to the time slot for which an appointment can be defined.
      It is possible to modify these values by clicking on the double arrow.
      To define specific time slots, use OrganizerWorkingHour.
    • The option "Modificar intervalo al redimensionar" makes it possible to enlarge the time slot when enlarging the control. For example, if the time slot goes from 9:00 to 18:00, when the control is enlarged, this visible time slot can become 6:00 to 23:00. In this case, the height of the rows remains constant.
  • WINDEV Appointment features The "Superposición" option is used to define how overlapping appointments are managed. The appointments can be displayed side by side or they can be shifted.
  • Other settings:
    • WINDEV "Permitir seleccionar períodos": Allows the user to select a period using the mouse.
    • "Permitir introducir una cita directamente": Enables the user to enter an appointment directly in the Organizer control.
      WINDEV By default, the appointment goes into editing, and the user can enter the appointment title.
      AndroidiPhone/iPad By default, a "+" sign appears in the selected period in day and week mode. An appointment can be created by clicking on "+".
      It is possible to display a window to set the appointment options.
    • WINDEV "Permitir y mostrar citas de todo el día": Indicates that an appointment can correspond to an entire day.. In this case, a specific area is displayed at the top of the Organizer control. This area is used to enter the daily appointments.
  • Edit with the mouse (or touch):
    • WINDEV "Modificar duración": It is possible to authorize or not the user to modify the duration of an appointment.
    • "Mover". You can allow or prevent users from moving appointments.
    • "Permitir al usuario superponer elementos". If this option is selected, the user will be able to overlap appointments when moving them.
      WINDEV In this case, the options defined for overlapping appointments (offset or side by side) will be taken into account.
WINDEV

A context menu proposed automatically

The Organizer control can display a specific context menu proposing automatic features to the user. This menu is proposed by the AAF (Automatic Application Features).
This menu allows the user to:
  • Modify the display mode of the Organizer control: display by day, week, month or only for the current day.
  • Add, delete or modify an appointment when selecting a time slot.
    Notes If the field is linked to a data source, any deletion made in the field is carried out at the same time in the linked data source.
  • Print the content of the Organizer control.
Versión mínima requerida
  • Versión 15
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 25/02/2025

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