dreamweaver.getBlockVisOutlineProperties()

Availability

Dreamweaver 8.

Description

This function gets the outline properties for the block visualization visual aids.

Arguments

forWhat

Returns

An array of strings that contains three strings:

Example

The following example gets the outline properties for "divs" and makes the outline style "SOLID":

var outlineStyle = dw.getBlockVisOutlineProperties("divs");
if (outlineStyle[2] != "SOLID"){
      dw.setBlockVisOutlineProperties("divs", outlineStyle[0], outlineStyle[1], "SOLID");
      }

 

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

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