MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Reference page 567

Dreamweaver api reference
Table of Contents

Advertisement

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

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Dreamweaver 8

Table of Contents