User Guide

Window functions 217
Example
The following example tiles the open documents vertically:
dw.tileVertically()
dreamweaver.toggleFloater()
Availability
Dreamweaver 3.
Description
This function shows, hides, or brings to the front the specified panel or inspector.
Note: This function is meaningful only in the menus.xml file. To show, bring forward, or hide a floating
panel, use
dw.setFloaterVisibility().
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 users 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.
000_DW_API_Print.book Page 217 Wednesday, August 20, 2003 9:14 AM