Programmer's Guide > Interfaces > Application interface > createDialogFromDocument method
  
createDialogFromDocument method
Creates a dynamic dialog box according to the content of a document.
createDialogFromDocument(document [, propertyMap [, parent]] )
Parameters
Documentdocument
The document describing the dialog box. This must conform to the XML User Interface (XUI) document type.
PropertyMappropertyMap
[optional] A PropertyMap object created by the createPropertyMap method to associate with the Dialog. This parameter is optional and is not used by Arbortext Editor or Arbortext Publishing Engine.
Windowparent
[optional] The parent window of the new dynamic dialog. If this parameter is not specified or zero, the parent will be the current active window.
Returns
Dialog. The Dialog object.