User Guide

Code view toolbar functions 253
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);
}
dreamweaver.htmlInspector.setShowHiddenCharacters()
Availability
Dreamweaver 8.
Description
This function shows or hides the special characters for white spaces in the Code view of the
Code inspector.
Arguments
show
The show argument, which is required, is a Boolean value that indicates whether to
display hidden characters for white spaces.
Returns
A Boolean: true if the hidden characters are displayed; false otherwise.
Example
See dreamweaver.htmlInspector.getShowHiddenCharacters()” on page 252.
000_DW_API_Print.book Page 253 Wednesday, July 20, 2005 11:58 AM