dom.resetAllElementViews()

Availability

Dreamweaver 8.

Description

This function resets the Element view of all elements in the document to the original view by removing all internally generated CSS.

Arguments

forceRefresh

Returns

Nothing.

Example

The following example resets the Element view of all elements in the document without forcing a refresh of the rendering:

var currentDOM = dw.getDocumentDOM();
currentDOM.resetAllElementViews(false);

 

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

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