Dreamweaver.resultspalette.clear(), Dreamweaver.resultspalette.copy() – Adobe Dreamweaver API Reference CS5 User Manual
Page 148
143
DREAMWEAVER API REFERENCE
Workspace
Last updated 8/27/2013
•
The strDisplay argument is the string to display to the user in the first column of the Results window (usually, the
filename).
•
The strDesc argument is the description that goes with the entry.
•
The iLineNo argument is the number of lines in the file (optional).
•
The iStartSel argument is the start of offset into the file (optional, but if it is used, the iEndSel argument must also
be used.).
•
The iEndSel argument is the end of offset into the file (required if iStartSel is used).
Returns
Nothing.
dreamweaver.resultsPalette.clear()
Availability
Dreamweaver MX.
Description
Clears the contents of the panel in focus.
Arguments
None.
Returns
Nothing.
Enabler
See “
dreamweaver.resultsPalette.canClear()
dreamweaver.resultsPalette.Copy()
Availability
Dreamweaver MX.
Description
Sends a copied message to the window that is in focus (often used for the FTP logging window).
Arguments
None.
Returns
Nothing.
Enabler
See “