beautypg.com

Dreamweaver.resultspalette.selectall(), A stand-alone results window, Dreamweaver.createresultswindow() – Adobe Dreamweaver API Reference CS5 User Manual

Page 151: Reswin.additem()

background image

146

DREAMWEAVER API REFERENCE

Workspace

Last updated 8/27/2013

dreamweaver.resultsPalette.selectAll()

Availability
Dreamweaver MX.

Description
Sends a Select All command to the window in focus.

Arguments
None.

Returns
Nothing.

Enabler
See “

dreamweaver.resultsPalette.canSelectAll()

” on page 517.

A stand-alone results window

The

dreamweaver.createResultsWindow()

function, creates a results window.

dreamweaver.createResultsWindow()

Availability
Dreamweaver 4.

Description
Creates a new Results window and returns a JavaScript object reference to the window.

Arguments
strName, arrColumns

The strName argument is the string to use for the window’s title.

The arrColumns argument 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.