Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

AJAX development allows you to initiate server actions and request server data using client-side JavaScript code. Before coding with AJAX development API, a server-side response program must be created using something like RPG/CGI or PHP.

Profound UI provides two methods for initiating an AJAX request. The first method, to instantiate a pui.AjaxRequiest object, is the most comprehensive. However, in most cases, the simpler method of using one of the following shorthand functions is typically sufficient: ajax(), ajaxJSON(), or ajaxXML().