Specifications

Chapter 31420
dreamweaver.canExportCSS()
Availability
Dreamweaver 3
Description
Checks whether Dreamweaver can perform an Export CSS Styles operation.
Arguments
None.
Returns
A Boolean value that indicates whether the document contains any class styles that are defined in
the
HEAD.
dreamweaver.canExportTemplateDataAsXML()
Availability
Dreamweaver MX
Description
Checks whether Dreamweaver can export the current document as XML.
Arguments
None.
Returns
true if you can perform an export on the current document; false otherwise.
Example
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 that indicates whether a search pattern has already been established.
dreamweaver.canOpenInFrame()
Availability
Dreamweaver 3