dom.guidesDistanceColor

Availability

Dreamweaver 8.

Description

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

Arguments

None.

Returns

Nothing.

Example

The following example makes the distance feedback color of guides gray:

var currentDOM = dw.getDocumentDOM();
if (currentDOM.guidesDistanceColor != "#CCCCCC"){
   currentDOM.guidesDistanceColor = "#CCCCCC";
   }

 

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

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