Dreamweaver 8.
This function determines whether the special characters for white spaces are shown in the Code view of the Document window.
None.
A Boolean: true if the hidden characters are displayed; false otherwise.
The following example turns off the display of the special characters for white space, if the display of special characters is turned on initially:
var currentDOM = dw.getDocumentDOM();
if (currentDOM.getShowHiddenCharacters()){
currentDOM.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_wo186.htm