![MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Reference Download Page 244](http://html1.mh-extra.com/html/macromedia/dreamweaver-8-dreamweaver-api/dreamweaver-8-dreamweaver-api_reference_3332054244.webp)
244
Workspace
Description
This function collapses all code
before
and
after
the selected code in Code view.
Arguments
allowAdjustmentOfCodeFragments
■
The
allowAdjustmentOfCodeFragments
argument is a required, Boolean value. If
true
,
Dreamweaver adjusts the boundaries of the code
before
and
after
the current selection to
perform a
smart collapse
, which preserves the current indenting and spacing. If
false
,
Dreamweaver collapses the code fragments exactly as indicated by the selection.
Returns
Nothing.
Example
The following example adjusts and then collapses all code before and after the selected code in
Code view:
var currentDOM = dw.getDocumentDOM();
currentDOM.collapseSelectedCodeFragmentInverse(true);
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();
000_DW_API_Print.book Page 244 Wednesday, July 20, 2005 11:58 AM
Summary of Contents for DREAMWEAVER 8-DREAMWEAVER API
Page 1: ...Dreamweaver API Reference...
Page 16: ......
Page 28: ...28 The File I O API...
Page 38: ...38 The HTTP API...
Page 68: ...68 Flash Integration...
Page 100: ...100 The Database API...
Page 116: ...116 The JavaBeans API...
Page 144: ...144 The Source Control Integration API...
Page 146: ......
Page 254: ...254 Workspace...
Page 298: ...298 Site...
Page 354: ...354 Document...
Page 396: ...396 Page Content...
Page 488: ...488 Design...
Page 550: ...550 Code...