dreamweaver.htmlInspector.getShowHiddenCharacters()

Availability

Dreamweaver 8.

Description

This function determines whether the special characters for white spaces are displayed in the Code view of the Code inspector.

Arguments

None.

Returns

A Boolean: true if the hidden characters are displayed; false otherwise.

Example

The following example turns off the display of the special characters for white space in the Code inspector, if the display of special characters is turned on initially:

if (dreamweaver.htmlinspector.getShowHiddenCharacters()){
   dreamweaver.htmlinspector.setShowHiddenCharacters(false);
   }

 

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

Current page: http://livedocs.adobe.com/dreamweaver/8/apiref/12_wo190.htm