Skip to content

Commit

Permalink
Improved wording of triggering events
Browse files Browse the repository at this point in the history
  • Loading branch information
obuisard authored Sep 29, 2024
1 parent 7ae776e commit 0c4b66d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/general-concepts/guided-tours.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ Starting with Joomla 5.2, you can set tours to auto start. Those tours will run
### Event dispatchers

Once a user cancels, opts-out or completes a tour, events are triggered, allowing developers to act according to user actions. One may want to send a message to a user after completion of a tour in order to propose another one, for instance.
Those events are:
- onBeforeTourSaveUserState: triggered before saving the auto-start tour user state (used to record states in the User Action Logs),
- onAfterTourSaveUserState: triggered after saving the auto-start tour user state.
Those events are triggered at different stages:
- onBeforeTourSaveUserState: before saving the auto-start tour user state (used to record states in the User Action Logs),
- onAfterTourSaveUserState: after saving the auto-start tour user state.

You can find those events in the AjaxController class.

Expand Down

0 comments on commit 0c4b66d

Please sign in to comment.