createDialogFromFile method
Creates a dynamic dialog box according to the content of an XML file.
createDialogFromFile(filename [, propertyMap [, parent]] )
Parameters
String filename
The XML file containing the dialog box description. This must conform to the XML User Interface (XUI) document type.
PropertyMap propertyMap
[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.
Window parent
[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.
这对您有帮助吗?