editDynamicSource()

Availability

Adobe Dreamweaver MX.

Description

This function is called when the user double-clicks a data source name in the Bindings panel to edit the data source. You can implement this function to handle user edits in the tree. Otherwise, the server behavior that matches the data source is automatically invoked. The extension developer can use this function to override the default implementation of server behaviors and provide a custom handler.

Arguments

sourceName, bindingName

  • The sourceName argument is the name of the top-level node to which the child node is associated.
  • The bindingName argument is the name of the child node.

Returns

Adobe Dreamweaver expects a Boolean value: true if the function has handled the edit; false otherwise.