|
Drag and drop objects can be loaded with content using AJAX or Asynchronous JavaScript
and XML by making javascript calls to server files (text, HTML Web pages, dynamic scripts such as PHP, etc.).
Files must reside on the Web server supporting the file types used
to import file output into the objects using AJAX. The framework includes an AJAX component with caching support.
Custom AJAX handlers can replace the sophisticated generic component included with ddobj.
The AJAX component, as with all components of ddobj, includes provisions to ensure that event handling
and customization occur synchronously so that the stability and performance of ddobj and your Web pages
are not compromised. Timers, events, preloaders, caches, and server data requests or AJAX are handled automatically
and synchronized internally by the drag and drop object engine so that focus can be geared toward rapid development.
|