Stand-alone reports

You can use the Results Window API to create a stand-alone report. Stand-alone reports are regular commands that directly use the Results Window API rather than the Reports API. You can access a stand-alone report the same way you access any other command, through the menus or through another command.

Stand-alone reports reside in the Adobe Dreamweaver Configuration/Commands folder. A custom command for a stand-alone report appears on the Commands menu.

Adobe Dreamweaver creates a new Results window each time the user runs a new stand-alone report.

Path

File

Description

Configuration/Commands

commandname.htm

Defines the UI for the dialog box that appears when the user selects the command and contains the JavaScript code or a reference to the JavaScript file that performs the actions needed to generate the report.

Configuration/Commands

commandname.js

Generates a Results window and puts the report in it.