Designer 10.15 | webMethods CAF and OpenUI Development | User Interface Controls Concepts | Client-Side Libraries
 
Client-Side Libraries
 
Strings
Logger
Library
CAF.Dialog Class
CAF.Progress Class
CAF.Tooltip Class
CAF.Request Class
CAF.Updater Class
CAF.Draggable Class
CAF.Droppable Class
The core Composite Application Framework client-side JavaScript library, automatically included into every Composite Application Framework HTML page, is built on the open-source Prototype library. Prototype provides many convenience functions for manipulating strings, arrays, and DOM objects, as well as for making asynchronous requests. See Using Prototype.js for documentation on the Prototype library.
The core Composite Application Framework library provides a few extra prototype-style convenience functions, a facility for logging debug messages, a facility for dynamically loading other script files, a facility for displaying alert and progress dialogs, access to the About the Client-Side Model, and access to the Scriptaculous Effects library.
Related Topics