Code Collapse Functions - Adobe 38040334 - Dreamweaver CS3 User Manual

Api reference
Hide thumbs Also See for 38040334 - Dreamweaver CS3:
Table of Contents

Advertisement

dreamweaver.updateReference()
Availability
Dreamweaver 4.
Description
This function updates the Reference floating panel. If the Reference floating panel is not visible,
makes it visible and then updates it.
erence()
Arguments
None.
Returns
Nothing.

Code collapse functions

Code collapse functions let you visually collapse and expand code. You can collapse or expand arbitrary selections
of code, or fragments between opening and closing tags. Although the code collapse functions exist in both the dom
and htmlInspector, the collapsed ranges are the same in both Code view and the Cold Inspector.
dom.collapseFullTag()
Availability
Dreamweaver 8.
Description
This function determines whether the selection in Code view is entirely within a single pair of start and end tags or
contains a single pair of start and end tags. If so, it collapses the code fragment that starts just before the start tag and
ends after the end tag; if not, the function does nothing.
Arguments
allowCodeFragmentAdjustment
• The
allowCodeFragmentAdjustment
has no effect, or has the same effect as a value of
immediately before the opening tag and ends immediately after the ending tag without any modification
Returns
Nothing.
Example
The following example collapses the code fragment in the current selection in Code view that starts just before the
start tag and ends just after the end tag:
var currentDOM = dw.getDocumentDOM();
currentDOM.collapseFullTag(false);
argument is a required, Boolean value. If
. If
, Dreamweaver collapses the code that begins
false
false
DREAMWEAVER CS3
dw.updateRef-
, this argument currently
true
183
API Reference

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents