isATarget()
Availability
Adobe Dreamweaver MX (Windows only).
Description
Specifies whether other panels can dock to this floating panel. If the isATarget() function is not specified, Adobe Dreamweaver prevents other panels from docking to this one. Adobe Dreamweaver calls this function when the user tries to combine this panel with others.
Arguments
None.
Returns
Adobe Dreamweaver expects a Boolean value: true if other floating panels can dock to this one; false otherwise.
Example
IsATarget(){ return true;}