Versions Compared

Key

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

...

When using DX 8 Ajax Themes, link/button clicks and form submissions are handled asynchronously as part of SPA treatment where only the content pane would change instead of the entire page.

Joget would detect these tags and apply SPA / AJAX treatment.

  • form
  • input[type=submit]
  • input[type=button]
  • a
  • button
  • button[data-href]
  • button[onclick]

Reference: jw-community/wflow-consoleweb/src/main/webapp/js/ajax-component.js at 8.1-RELEASE · jogetworkflow/jw-community (github.com)

Turning off SPA / AJAX Navigation

...