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
  • Deleting an appointment from the Organizer control
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:
  • Modo de visualización By default, the Organizer control is displayed by the week, but it is also possible to display an Organizer control by the day or month.
  • Parameters of the organizer:
    • "Primer día": First day displayed by the Organizer control
    • "Número de días": Number of days displayed in the Organizer control for a week.
    • Máscara de visualización de la fecha Set the format of the date displayed at the top of the "day" columns in the Organizer control.
      You also have the ability to indicate whether the week number must be displayed or not, as well as its format. In the format, the '%1' string corresponds to the week number. Example of format: "Sem. %1".
    • Time range:
      • "Visible time slot": Time slot that will be displayed in the field.
      • "Workable time slot": Time slot for which an appointment can be defined.
    • Characteristics of the appointment:
      • "Superposición": Allows defining the management of overlapping multiple appointments. The appointments can be displayed side by side or they can be shifted.
      • "Appointment granularity": Organizer control display precision. By default, the granularity is set to 30 minutes. The granularity unit is:
        • the minute,
        • the hour,
        • the day.
        You can define:
        • the granularity regarding the move of an appointment. If the granularity for the move is set to 30 minutes, the appointments can be moved by period of 30 minutes.
        • the granularity of appointment duration. If the granularity for the duration is set to 10 minutes, the duration of an appointment will be a multiple of 10.
      • "Mostrar título de las citas": Displays or not the appointment title in the Organizer control.
    • Other settings:
      • "Permitir crear citas": Allows the user to select a period with the mouse to create a new appointment.. If this option is selected, finger scroll is disabled on touch screens.
      • "Permitir introducir una cita directamente": Enables the user to enter an appointment directly in the Organizer control.
      • "Mostrar y habilitar 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.
  • Mouse editing:
    • "Modificar duración". You can allow or prevent users from changing the duration of appointments.
    • "Mover". You can allow or prevent users from moving appointments.
WEBDEV - Código ServidorPHP

Deleting an appointment from the Organizer control

By default, when selecting an appointment, the Organizer control displays a cross at the top right of appointment:
This cross is used to delete the selected appointment.
Remark: For Organizer control fields linked to a data source (file, variable, ...), deleting an appointment is forbidden by default (the cross is not displayed).. To allow the deletion of appointments:
  1. Display the description of the Organizer control ("Description" option in the context menu).
  2. On the "Content" tab, check the option "Permitir la eliminación (también elimina en la fuente de datos)".
  3. Validate.
Versión mínima requerida
  • Versión 15
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