Guided tour triggers
- UpdatedAug 1, 2024
- 2 minutes to read
- Xanadu
- Adoption services
Each callout in a guided tour step has a defined action that triggers the next step to occur. You specify the trigger for each callout. Only applicable triggers appear based on the UI element the callout points to.
| Action | Description |
|---|---|
| Next Button | Places a Next button in the callout, which the user clicks
to progress to the next step. This trigger is useful for the following steps:
|
| Click the Element | Progresses to the next step when the element that the callout points to is clicked. |
| Mouse over the Element | Progresses to the next step when the user points the cursor at the element. |
| Right-click the Element | Progresses to the next step when the element that the callout points to is right-clicked. |
| Press Enter Key | Progresses to the next step when the user presses the Enter key. Use this trigger to acknowledge that the user has entered something, such as in a text box. |
| Change Element Value | Progresses to the next step when the user enters or selects a value in a field and clicks outside the field. |
| Press any key | Progresses to the next step when the user presses any key. |
| Select | Progresses to the next step when the user selects an option from a drop-down menu. |
| Double click | Progresses to the next step when the user double clicks an element. |