Programmer's Guide > Interfaces > Application interface > createDialogFromFile method
  
createDialogFromFile method
Creates a dynamic dialog box according to the content of an XML file.
createDialogFromFile(filename [, propertyMap [, parent]] )
Parameters
Stringfilename
The XML file containing the dialog box description. 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.