|
|
|
|
|
Constants for managing Organizer controls
The following constants are used to manipulate Organizer controls: | | | Constant | Description | Used by the functions or types of variables |
---|
orgAptHovered | Appointment type searched for: Appointment hovered over in Organizer control. | OrganizerListAppointment | orgAptSelected | Appointment type searched: Appointment currently selected in the Organizer control field. | OrganizerListAppointment | orgCurrentMonth | Type of date searched: First day of the month displayed in the Organizer control. | OrganizerPosition | orgDateTimeFirstVisible | Date type searched: First date and time displayed in the Organizer control or Scheduler control. | | orgEndDate | - Date type searched: Last date displayed in Organizer control.
- Last date of the range selected in the Organizer control.
| | orgStartDate | Type of sought date: - First date displayed in the Organizer control.
- First date of the range selected in the Organizer control.
| | orgzCustomNbDay | Calendar display mode: Agenda displayed over a customized number of days. | OrganizerChangeMode, OrganizerMode | orgzDay | Agenda display mode: Agenda displayed for one day. | OrganizerChangeMode, OrganizerMode | orgzMonth | Agenda display mode: Agenda displayed for one month. | OrganizerChangeMode, OrganizerMode | orgzWeek | Calendar display mode: The calendar displays a full (or partial) week. | OrganizerChangeMode, OrganizerMode | orgzWeekOn5 | Calendar display mode: The calendar displays the first five days of the week. | OrganizerChangeMode, OrganizerMode | oriAppointment | Type of information requested: Appointment index corresponding to the contact details provided. | OrganizerInfoXY | oriDateTime | Type of information requested: Date and time of appointment corresponding to the contact details provided. | OrganizerInfoXY | oriScreenOrigin | The coordinates are relative to the screen. | OrganizerInfoXY |
Prefix syntax Organizer control management constants (via prefix syntaxes) are as follows: | | | Constant | Description | Used by the functions or types of variables |
---|
orgAptHovered | Appointment type searched for: Appointment hovered over in Organizer control. | <Organizer>.ListAppointment | orgAptSelected | Appointment type searched: Appointment currently selected in the Organizer control field. | <Organizer>.ListAppointment | orgCurrentMonth | Type of date searched: First day of the month displayed in the Organizer control. | <Organizer>.Position | orgEndDate | - Date type searched: Last date displayed in Organizer control.
- Last date of the range selected in the Organizer control.
| | orgStartDate | Type of sought date: - First date displayed in the Organizer control.
- First date of the range selected in the Organizer control.
| | orgzCustomNbDay | Calendar display mode: Agenda displayed over a customized number of days. | <Organizer>.ChangeMode, <Organizer>.Mode | orgzDay | Agenda display mode: Agenda displayed for one day. | <Organizer>.ChangeMode, <Organizer>.Mode | orgzMonth | Agenda display mode: Agenda displayed for one month. | <Organizer>.ChangeMode, <Organizer>.Mode | orgzWeek | Calendar display mode: The calendar displays a full (or partial) week. | <Organizer>.ChangeMode, <Organizer>.Mode | orgzWeekOn5 | Calendar display mode: The calendar displays the first five days of the week. | <Organizer>.ChangeMode, <Organizer>.Mode | oriAppointment | Type of information requested: Appointment index corresponding to the contact details provided. | <Organizer>.InfoXY | oriDateTime | Type of information requested: Date and time of appointment corresponding to the contact details provided. | <Organizer>.InfoXY | oriScreenOrigin | The coordinates are relative to the screen. | <Organizer>.InfoXY |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|