User Guide
Code collapse functions 241
Arguments
floaterName
■ The floaterName argument is the name of the window. If the floating panel name is
reference, the visible/invisible state of the Reference panel is updated by the user’s
selection in Code view. All other panels track the selection all the time, but the Reference
panel tracks the selection in Code view only when the user invokes tracking.
Returns
Nothing.
dreamweaver.updateReference()
Availability
Dreamweaver 4.
Description
This function updates the Reference floating panel. If the Reference floating panel is not
visible,
dw.updateReference() makes it visible and then updates it.
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.
000_DW_API_Print.book Page 241 Wednesday, July 20, 2005 11:58 AM