Specifications

537
Description
Opens the Reports dialog box.
Arguments
None.
Returns
Nothing.
Results window functions
Results window functions let you create a stand-alone window that displays columns of formatted
data, or you can interact with the built-in windows of the Results panel group.
Creating a Stand-alone Results window
These functions create custom windows that are similar to the output from the JavaScript
Debugger window.
dreamweaver.createResultsWindow()
Availability
Dreamweaver 4
Description
Creates a new Results window and returns a JavaScript object reference to the window.
Arguments
strName, arrColumns
strName is the string to use for the windows title.
arrColumns is an array of column names to use in the list control.
Returns
An object reference to the created window.
resWin.addItem()
Availability
Dreamweaver 4
Description
Adds a new item to the Results window.
Arguments
strIcon, strDesc, iStartSel, iEndSel, colNdata