User Guide
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.
NOTE
You can abbreviate dw.serverBehaviorInspector to dw.sbi.
000_DW_API_Print.book Page 408 Wednesday, July 20, 2005 11:58 AM