| |
Versions 22 and latertrtAction New in version 22trtAction trtAction | Action code of Web Component control. This code is available in server code and in browser code. |
Versions 22 and latertrtValueAssignment New in version 22trtValueAssignment trtValueAssignment | Code for assigning the Value property of Web Component control. This code is available in browser code only. |
trtLineDisplay | Code used to display a row (Table control only). |
Versions 24 and latertrtAddToken New in version 24trtAddToken trtAddToken | Code for adding a token into a "Text token" edit control. |
Versions 20 and latertrtAddWidget New in version 20trtAddWidget trtAddWidget | Code for adding a widget to a Dashboard control.
|
Versions 26 and latertrtEndLoadingHTMLPage New in version 26trtEndLoadingHTMLPage trtEndLoadingHTMLPage | Code "After loading the HTML page" of an HTML display Control. |
Versions 23 and latertrtAfterOpeningDocument New in version 23trtAfterOpeningDocument trtAfterOpeningDocument | "After opening document" code of Word Processing control, Image Editor control, Spreadsheet control or PDF Reader control. |
Versions 26 and latertrtStartLoadingHTMLPage New in version 26trtStartLoadingHTMLPage trtStartLoadingHTMLPage | Code "Before loading the HTML page" of an HTML display Control. |
Versions 15 and latertrtBeforeCreatingOrganizerApt New in version 15trtBeforeCreatingOrganizerApt trtBeforeCreatingOrganizerApt | "Before creating the appointment" code of Organizer control. |
Versions 16 and latertrtBeforeCreatingScheduleApt New in version 16trtBeforeCreatingScheduleApt trtBeforeCreatingScheduleApt | "Before creating the appointment" code of Scheduler control. |
Versions 23 and latertrtBeforeClosingDocument New in version 23trtBeforeClosingDocument trtBeforeClosingDocument | "Before closing document" code of Word Processing control, Image Editor control, Spreadsheet control or PDF Reader control. |
Versions 15 and latertrtChangeOrganizerPeriod New in version 15trtChangeOrganizerPeriod trtChangeOrganizerPeriod | "Whenever changing period" code of Organizer control. |
Versions 16 and latertrtChangeSchedulePeriod New in version 16trtChangeSchedulePeriod trtChangeSchedulePeriod | "Whenever changing period" code of Scheduler control. |
Versions 22 and latertrtChangePlane New in version 22trtChangePlane trtChangePlane | "Whenever changing plane" code of a Sliding Banner control. |
Versions 20 and latertrtChangePositionMap New in version 20trtChangePositionMap trtChangePositionMap | "Whenever changing position" code of Map control. |
Versions 20 and latertrtResizeWidget New in version 20trtResizeWidget trtResizeWidget | "Resizing a Widget" code of Dashboard control. |
Versions 22 and latertrtDelayedPlaneLoad New in version 22trtDelayedPlaneLoad trtDelayedPlaneLoad | "Delayed plane load" code of a plane. |
trtClick | Click code of control. |
trtRightClick | Right-click code (for the TreeView control only). |
Versions 26 and latertrtRightClickHTMLLink New in version 26trtRightClickHTMLLink trtRightClickHTMLLink | Code "Right click on a link" of an HTML display Control. |
Versions 22 and latertrtClickButtonArrow New in version 22trtClickButtonArrow trtClickButtonArrow | Click code on the arrow associated with a button. |
Versions 24 and latertrtClickToken New in version 24trtClickToken trtClickToken | Click code on a token in a "Text token" edit control. |
Versions 26 and latertrtClickHTMLLink New in version 26trtClickHTMLLink trtClickHTMLLink | Code "Click on a link" of an HTML display Control. |
Versions 15 and latertrtMoveOrganizerApt New in version 15trtMoveOrganizerApt trtMoveOrganizerApt | Code for moving an appointment in an Organizer control. |
Versions 16 and latertrtMoveScheduleApt New in version 16trtMoveScheduleApt trtMoveScheduleApt | Code for moving an appointment in a Scheduler control. |
Versions 20 and latertrtMoveWidget New in version 20trtMoveWidget trtMoveWidget | "Moving a Widget" code of Dashboard control. |
trtDoubleClick | Double-click code. |
trtCollapseExpandBranch | Collapsed/Expanded code of a node in a TreeView or TreeView Table control. Caution: This parameter requires a specific syntax. For more details, see the remarks. |
Versions 22 and latertrtCollapseExpandBreak New in version 22trtCollapseExpandBreak trtCollapseExpandBreak | Collapsed/Expanded code of a break in a Looper or Table control. |
Versions 25 and latertrtCollapseExpandDrawer New in version 25trtCollapseExpandDrawer trtCollapseExpandDrawer | Browser code run each time the Drawer control is collapsed or expanded. |
trtEnter | Entry code in the control. |
trtLineEnter | Entry code of a row (Table control only). |
Versions 15 and latertrtEnterInputOrganizerApt New in version 15trtEnterInputOrganizerApt trtEnterInputOrganizerApt | Entry code in input for an appointment in an Organizer control. |
Versions 16 and latertrtEnterInputSchedulerApt New in version 16trtEnterInputSchedulerApt trtEnterInputSchedulerApt | Entry code in input for an appointment in a Scheduler control. |
trtComboClosing | Closing code of drop-down list. |
trtEndInitialization | "End of initialization" code (browsing List Box, Table and Combo Box control). |
trtEndChange | "End of modification" code (Slider and Scrollbar control only). |
trtInit | Initialization code of control. |
trtReadLast | Code for reading the last record (Table control only) |
trtReadPrevious | Code for reading the previous record (Table control only). |
trtReadFirst | Code for reading the first record (Table control only). |
trtReadNext | Code for reading the next record (Table control only). |
trtChange | "Whenever modified" code of control. |
Versions 22 and latertrtModificationSpreadsheetCell New in version 22trtModificationSpreadsheetCell trtModificationSpreadsheetCell | "Cell modification" code of Spreadsheet control. |
Versions 24 and latertrtModificationColumnFilter New in version 24trtModificationColumnFilter trtModificationColumnFilter | Code "Whenever modifying the filter (user input in header)" of a Table Column control. |
trtSliderChange | "Whenever modified" code (Slider control only). |
Versions 15 and latertrtZoomModification New in version 15trtZoomModification trtZoomModification | Code for modifying the zoom of a Range Slider control. |
trtMenuOption | Code of menu option (main or popup menu). |
trtComboOpening | Code for opening the drop-down list of Combo Box control. |
Versions 23 and latertrtRefreshRibbon New in version 23trtRefreshRibbon trtRefreshRibbon | Code for refreshing the ribbon of PDF Reader and Word Processing controls. |
Versions 16 and latertrtReassignResourceScheduleApt New in version 16trtReassignResourceScheduleApt trtReassignResourceScheduleApt | Code for re-assigning an appointment in a Scheduler control. |
Versions 22 and latertrtValueRetrieval New in version 22trtValueRetrieval trtValueRetrieval | Code for retrieving the Value property of a Web Component control. This code is available in browser code only. |
Versions 15 and latertrtResizeOrganizerApt New in version 15trtResizeOrganizerApt trtResizeOrganizerApt | Code for resizing an appointment in an Organizer control. |
Versions 16 and latertrtResizeScheduleApt New in version 16trtResizeScheduleApt trtResizeScheduleApt | Code for resizing an appointment in a Scheduler control. |
trtSelection | Selection code (Combo Box, List Box and Table control). |
Versions 15 and latertrtSelectOrganizerPeriod New in version 15trtSelectOrganizerPeriod trtSelectOrganizerPeriod | Code for selecting a period in an Organizer control. |
Versions 16 and latertrtSelectSchedulePeriod New in version 16trtSelectSchedulePeriod trtSelectSchedulePeriod | Code for selecting a period in a Scheduler control. |
Versions 15 and latertrtSelectOrganizerApt New in version 15trtSelectOrganizerApt trtSelectOrganizerApt | Code for selecting an appointment in an Organizer control. |
Versions 16 and latertrtSelectScheduleApt New in version 16trtSelectScheduleApt trtSelectScheduleApt | Code for selecting an appointment in a Scheduler control. |
trtExit | Exit code of control. |
trtLineExit | Exit code of row (Table control only). |
Versions 15 and latertrtOrganizerInputExitApt New in version 15trtOrganizerInputExitApt trtOrganizerInputExitApt | Exit code from input for an appoingment in an Organizer control. |
Versions 16 and latertrtScheduleInputExitApt New in version 16trtScheduleInputExitApt trtScheduleInputExitApt | Exit code from input for an appoingment in a Scheduler control. |
trtSpinPlus | Increment code of Spin control. |
trtSpinMinus | Decrement code of Spin control. |
Versions 24 and latertrtDeleteToken New in version 24trtDeleteToken trtDeleteToken | Code for deleting a token from a "Text token" edit control. |
Versions 15 and latertrtDeleteOrganizerApt New in version 15trtDeleteOrganizerApt trtDeleteOrganizerApt | Code for deleting an appointment from an Organizer control. |
Versions 16 and latertrtDeleteScheduleApt New in version 16trtDeleteScheduleApt trtDeleteScheduleApt | Code for deleting an appointment from a Scheduler control. |
Versions 20 and latertrtDeleteWidget New in version 20trtDeleteWidget trtDeleteWidget | Code for deleting a widget from a Dashboard control. |
Versions 20 and latertrtPullToRefresh New in version 20trtPullToRefresh trtPullToRefresh | "Pull to refresh" code of a Table or Looper control. |