Results window functions, The built-in results panel group, Dreamweaver.showresults() – Adobe Dreamweaver API Reference CS5 User Manual
Page 146
141
DREAMWEAVER API REFERENCE
Workspace
Last updated 8/27/2013
Arguments
None.
Returns
Nothing.
Results window functions
Results window functions let you interact with the built-in panels in the Results panel group or create a stand-alone
window that displays columns of formatted data.
The built-in Results panel group
These functions produce output in the Results panel group. The Results panel group displays tabbed panels for
searches, source validation, sitewide reports, browser compatibility checking, server debugging, FTP logging, and link
checking.
Specific child panels
The following child panels are built-in Results windows that always exist in the Dreamweaver interface and can be
accessed directly.
•
dreamweaver.resultsPalette.siteReports
•
dreamweaver.resultsPalette.validator
•
dreamweaver.resultsPalette.bcc
Because these panels are Results windows, you can use the following methods that are defined for stand-alone Results
windows:
•
getItem()
•
getItemCount()
•
getSelectedItem()
•
setSelectedItem()
For more information about using the
resWin
methods, see “
The active child panel
The following general API functions apply to whichever child panel is active. Some child panels might ignore some of
these functions. If the active child panel does not support the function, calling it has no effect.
dreamweaver.showResults()
Availability
Dreamweaver MX 2004.
Description
Opens the specified results floating panel and selects the item.