The Dreamweaver JavaScript API > Window functions > dreamweaver.getFloaterVisibility() |
dreamweaver.getFloaterVisibility()
Availability
Dreamweaver 3.0
Description
Checks whether the specified panel or inspector is visible.
Arguments
floaterName
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".
Returns
true if the floating panel is visible and frontmost, false otherwise or if Dreamweaver cannot find a floating panel with the name floaterName.
Enabler
None.