Ajax

Top  Previous  Next

AJAX or Asynchronous Javascript and XML is a term describing a web development technique for creating interactive web applications using a combination of Javascript and XML.

In version 4, MoreMotion is completely redesigned to support the Ajax technique in all aspects. All the GUI components in the MoreMotion library are Ajax compatible.

MoreMotion Face Framework provides API functions to develop Ajax compatible custom components.

See MoreMotion Face Ajax.js

Topic Index

Refreshing options of a SELECT element

Refreshing Fields

Refreshing Process Blocks

Refreshing Areas

Developing Custom Response Handlers

Refreshing with Ajax Processes

RefreshFieldsProcess

RefreshOptionsProcess

RefreshBlocksProcess

RefreshAreasProcess

CustomRefreshProcess

Submitting a Process Form with Ajax

Executing a Process Template with Ajax

Using the Callback Functions

Calling AjaxMgr methods from Event attributes

SuggestBox

BusyImage

AjaxHiddenBox

 

Required Javascript Files

In order to use Ajax functions the following Javascript file is linked to the page in the HEAD section of the HTML document as follows.

  <head> 
    <script type="text/javascript" src="moremotion/face/Ajax/Ajax.js"></script>
    <script type="text/javascript" src="moremotion/face/_resources/<language-code>/Process.js"></script>
  </head>