The Dreamweaver JavaScript API > Window functions > dreamweaver.setFloaterVisibility() |
dreamweaver.setFloaterVisibility()
Availability
Dreamweaver 3.0
Description
Specifies whether to make a particular floating panel or inspector visible.
Arguments
floaterName, bIsVisible
floaterName is the name of a floating panel. The built-in panels must be referenced using one the following strings: "objects", "properties", "launcher", "site files", "site map", "library", "css styles", "html styles", "behaviors", "timelines", "html", "layers", "frames", "templates", "history". If floaterName does not match one of the built-in panel names, Dreamweaver searches in the Configuration/Floaters folder for a file called "floaterName.htm". If Dreamweaver cannot find a floating panel with the name floaterName, this function has no effect. |
|
bIsVisible is a Boolean value indicating whether to make the floating panel visible. |
Returns
Nothing.
Enabler
None.