Specifications

541
Working with the built-in Results panel group
These functions produce output in the Results panel group. The Results panel group displays
tabbed reports on searches, source validation, sitewide reports, browser targets, console reports,
FTP logging, and link-checking.
Working with specific child panels
The following child panels are build-in Results windows that always exist in the Dreamweaver
interface, and can be accessed directly. Since these windows are Results windows, you can use the
same methods defined for stand-alone Results windows. For more information about using the
resWin methods, see Creating a Stand-alone Results window on page 537.
dreamweaver.resultsPalette.siteReports
dreamweaver.resultsPalette.validator
dreamweaver.resultsPalette.btc (Target Browser Check panel)
Working with the active child panel
The following general API functions apply to whichever child panel is active. Some child panels
may ignore some of these methods. If the active child panel does not support the method, then
calling the method has no effect.
dreamweaver.resultsPalette.clearItems()
Availability
Dreamweaver MX
Description
Clears the contents of the panel in focus.
Arguments
None.
Returns
Nothing.
Enabler
“dreamweaver.resultsPalette.canClearItems()” on page 426
dreamweaver.resultsPalette.clipCopy()
Availability
Dreamweaver MX
Description
Sends a copied message to the current window in focus (often used for the FTP logging window).
Arguments
None.