dom.guidesColor

Availability

Dreamweaver 8.

Description

This mutable color property determines the color of guides in the document. You can set and get this property.

Arguments

None.

Returns

Nothing.

Example

The following example makes guides gray:

var currentDOM = dw.getDocumentDOM();
if (currentDOM.guidesColor != "#444444"){
   currentDOM.guidesColor = "#444444";
   }

 

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

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