dreamweaver.canExportTemplateDataAsXML()
Availability
Dreamweaver MX.
Description
Checks whether Dreamweaver can export the current document as XML.
Arguments
None.
Returns
A Boolean value:
true
otherwise.
Example
The following example calls
Dreamweaver can export the current document as XML and if it returns
dw.ExportTemplateDataAsXML()
if(dreamweaver.canExportTemplateDataAsXML())
{
dreamweaver.exportTemplateDataAsXML("file:///c|/dw_temps/
mytemplate.txt")
}
dreamweaver.canFindNext()
Availability
Dreamweaver 3.
Description
Checks whether Dreamweaver can perform a Find Next operation.
Arguments
None.
Returns
A Boolean value:
true
if you can perform an export on the current document;
dw.canExportTemplateDataAsXML()
to export it:
if a search pattern has already been established;
false
to determine whether
, calls
true
otherwise.
false
Enablers
567
Need help?
Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?