createDialogFromDocument method
Creates a dynamic dialog box according to the content of a document.
createDialogFromDocument(document [, propertyMap [, parent]] )
Parameters
Document document
The document describing the dialog box. 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.
这对您有帮助吗?