Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$.address.externalChange(function() { $('#my-hidden-button').click(); })

Please be aware that you start flowing from this invisible button. This means that there is no automatic 'back' behavior. You theoretically move forward when pressing the back button. In linear flows this invisible back could simply connect to the previous page. In more complex flows, you may need to create a history of visited pages in order to navigate back to the correct previous page. On dashboards with AQ_Dashboard_FlowWidgets on them, we advice to place this button on the main page of the dashboard, so that you go to the previously visited dashboard.

Option 4: Running in a portal

...