Versions Compared

Key

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

The ajax theme is experimental. Feedback is appreciated.{note{

The ajax a template is used to make asynchronous calls to the server when the user clicks on the a href link. It is useful when you need to communicate information back to the application from the UI, without requiring the entire page to be re-rendered. An example would be removing an item from a list.

...