findServerBehaviors()

Availability

Adobe Dreamweaver UltraDev 1.

Description

Searches the user's document for instances of itself. For each instance it finds, the findServerBehaviors() function creates a JavaScript object, and it attaches state information as JavaScript properties of the object.

The four required properties are incomplete, participants, title, and selectedNode. You can set additional properties as necessary.

For more information, see and dreamweaver.getParticipants() in the Adobe Dreamweaver API Reference.

Arguments

None.

Returns

Adobe Dreamweaver expects an array of JavaScript objects; the length of the array is equal to the number of behavior instances that are found in the page.