dom.guidesVisible

Availability

Dreamweaver 8.

Description

This mutable Boolean property determines whether guides are visible in the document. You can set and get this property.

Arguments

None.

Returns

Nothing.

Example

The following example turns guides on if they are not visible:

var currentDOM = dw.getDocumentDOM();
if (currentDOM.guidesVisible == false) {
   currentDOM.guidesVisible = true;
}

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/dreamweaver/8/apiref/17_de108.htm