Specifications
650
Returns
Nothing.
Example
if(dw.isMDI())
{
dw.tileHorizontally()
}
dreamweaver.tileVertically()
Availability
Dreamweaver MX (Windows only)
Description
In MDI mode, dw.tileVertically() tiles the document window vertically, positioning one
document window below the other without overlapping documents. This is similar to splitting
the workspace horizontally. If Dreamweaver is not in MDI mode,
dw.tileVertically has no
effect.
Arguments
None.
Returns
Nothing.
Example
if(dw.isMDI())
{
dw.tileVertically()
}
dreamweaver.toggleFloater()
Availability
Dreamweaver 3
Description
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
floaterName
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.