Description
Determines the settings for the Server Behavior dialog box, based on the specified behavior
object. Dreamweaver calls the
Server Behavior dialog box. Dreamweaver calls this function only when a user edits an existing
behavior.
Arguments
serverBehavior
The
serverBehavior
the same object that
Returns
Dreamweaver expects nothing.
pasteServerBehavior()
Availability
Dreamweaver UltraDev 1.
Description
If this function is implemented, users can paste instances of the specified server behavior using
the
pasteServerBehavior()
Dreamweaver organizes the contents of the Clipboard and generates a new behavior object.
The new object is identical to the original, except that it lacks pointer properties.
Dreamweaver passes the new behavior object to the
pasteServerBehavior()
determine what to add to the user's document. The
adds the behavior to the user's document. After
Dreamweaver calls the
behaviors in the user's document.
Implementing the
pasteServerBehavior()
"How the Server Behavior API functions are called" on page
If you implement this function, you must also implement the
function.
Arguments
behavior
The
JavaScript object represents the behavior.
behavior
334
Server Behaviors
inspectServerBehavior()
argument is a JavaScript object that represents the behavior. It is
findServerBehaviors()
function. When the user pastes the server behavior,
function relies on the properties of the behavior object to
findServerBehaviors()
function when a user opens a
returns.
pasteServerBehavior()
pasteServerBehavior()
pasteServerBehavior()
functions to get a new list of all the server
function is optional. For more information, see
326.
copyServerBehavior()
function. The
function then
returns,
Need help?
Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?