getDockingSide()
Availability
Adobe Dreamweaver MX.
Description
Specifies the locations at which a floating panel can dock. The function returns a string that contains some combination of the words "left", "right", "top", and "bottom". If the label is in the string, you can dock a floating panel to that side. If the function is missing, you cannot dock a floating panel to any side.
You can use this function to prevent certain panels from docking on a certain side of the Adobe Dreamweaver workspace or to each other.
Arguments
None.
Returns
Adobe Dreamweaver expects a string containing the words "left", "right", "top", and "bottom", or a combination of them, that specifies where Adobe Dreamweaver can dock the floating panel.
Example
getDockingSide(){ return dock_side = "left top";}