Versions Compared

Key

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

The ajax theme is experimental. Feedback is appreciated!

The ajax theme extends the xhtml theme with AJAX features. The theme uses two popular AJAX/JavaScript libraries: Dojo and DWR. AJAX features include:

  • AJAX Client Side Validation
  • Remote form submission support (works with the submit tag as well)
  • An advanced div template that provides dynamic reloading of partial HTML
  • An advanced a template that provides the ability to load and evaluate JavaScript remotely
  • An AJAX-only tabbedPanel implementation
  • A rich pub-sub event model

(tick) See also: Ajax tags

Browser Compatibility

AJAX (as a technology) uses a browser-side scripting component that varies between browers (and sometimes versions). To hide those differences from the developer, we utilize the dojo toolkit (http://www.dojotoolkit.org). Several browsers are supported by dojo, and any UI's created with the ajax theme should act the same way for supported browsers. The supported browsers are:

...