Dreamweaver 8.
This function determines whether to delete all guides in the document.
None.
Nothing.
The following example deletes all guides in the document if the document has at least one guide:
var currentDOM = dw.getDocumentDOM();
if (currentDOM.hasGuides() == true) {
currentDOM.clearGuides();
}
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/dreamweaver/8/apiref/17_des99.htm