dom.expandAllCodeFragments()

Availability

Dreamweaver 8.

Description

This function expands all collapsed code fragments in Code view, including nested collapsed code fragments.

Arguments

None.

Returns

Nothing.

Example

The following example expands all collapsed code in Code view:

var currentDOM = dw.getDocumentDOM();
currentDOM.expandAllCodeFragments();

 

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

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