User Guide

Code collapse functions 247
Description
This function collapses the selected code in the Code inspector. If the selection is already
collapsed, this function does nothing.
Arguments
allowCodeFragmentAdjustment
The allowCodeFragmentAdjustment is a required, Boolean value. If true, Dreamweaver
modifies the current selection to perform a smart collapse, which preserves the existing
indenting and spacing. If
false, Dreamweaver collapses the currently selected code
fragment exactly as indicated by the selection.
Returns
Nothing.
Example
The following example adjusts and collapses the selected code in the Code inspector:
dreamweaver.htmlInspector.collapseSelectedCodeFragment(true);
dreamweaver.htmlInspector.collapseSelectedCode
FragmentInverse()
Availability
Dreamweaver 8.
Description
This function collapses all code before and after the selected code in the Code inspector. If the
selection is already collapsed, this function does nothing.
Arguments
allowAdjustmentOfCodeFragments
The allowAdjustmentOfCodeFragments argument is a required, Boolean value. If true,
Dreamweaver adjusts the boundaries of the code sections before and after the current
selection to perform a smart collapse, which preserves the current indenting and spacing. If
false, Dreamweaver collapses the code sections exactly as indicated by the selection.
Returns
Nothing.
000_DW_API_Print.book Page 247 Wednesday, July 20, 2005 11:58 AM