rbf_createApplicationDef()
Purpose
Creates an application from an XML document.Syntax
rbf_createApplicationDef(xmlString, callback, errorCallback)
Parameters
xmlString
A string containing the XML document describing the application to be created.
callback
A function to process the specified operation and receive its result, in the XML format, as the first argument.
errorCallback
An optional parameter to receive an error message as the first
argument. If you do not specify this parameter in the method call, the callback
defined by
Note: This API is supported in portals as well.
For information about the XML elements in an Application, see Application XML Elements.