Dreamweaver 8.
This function resets the Element view of all elements in the document to the original view by removing all internally generated CSS.
forceRefresh
forceRefresh argument, which is optional, is a Boolean value that specifies whether to refresh the rendering of the entire document when there is no internal CSS to remove. A value of true causes the refresh. The default value is false.
Nothing.
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