408
Dynamic Documents
Description
Displays the Live Data Settings dialog box.
Arguments
None.
Returns
Nothing.
Server behavior functions
Server behavior functions let you manipulate the Server Behaviors panel, which you can
display by selecting Window > Server Behaviors. Using these functions, you can find all the
server behaviors on a page and programmatically apply a new behavior to the document or
modify an existing behavior.
dreamweaver.getParticipants()
Availability
Dreamweaver UltraDev 4.
Description
The JavaScript function,
dreamweaver.getParticipants()
, gets a list of participants from
the user’s document. After Dreamweaver finds all the behavior’s participants, it stores those
lists. Typically, you use this function with the
findServerBehaviors()
function (for more
information, see “Server Behaviors” in
Extending Dreamweaver
) to locate instances of a
behavior in the user’s document.
Arguments
edmlFilename
■
The
edmlFilename
argument is the name of the group or participant file that contains the
names of the participants to locate in the user’s document. This string is the filename,
without the .edml extension.
NO
TE
You can abbreviate
dw.serverBehaviorInspector
to
dw.sbi
.
000_DW_API_Print.book Page 408 Wednesday, July 20, 2005 11:58 AM
Summary of Contents for DREAMWEAVER 8-DREAMWEAVER API
Page 1: ...Dreamweaver API Reference...
Page 16: ......
Page 28: ...28 The File I O API...
Page 38: ...38 The HTTP API...
Page 68: ...68 Flash Integration...
Page 100: ...100 The Database API...
Page 116: ...116 The JavaBeans API...
Page 144: ...144 The Source Control Integration API...
Page 146: ......
Page 254: ...254 Workspace...
Page 298: ...298 Site...
Page 354: ...354 Document...
Page 396: ...396 Page Content...
Page 488: ...488 Design...
Page 550: ...550 Code...