deleteDynamicSource()

Availability

Adobe Dreamweaver UltraDev 1.

Description

Adobe Dreamweaver calls this function when a user selects a data source in the tree and clicks the Minus (-) button.

For example, in Adobe Dreamweaver, if the selection is a recordset or command, the deleteDynamicSource() function calls the dw.serverBehaviorInspector.deleteServerBehavior() function. If the selection is a request, session, or application variable, the function remembers that the variable was deleted and does not continue to display it. After the deleteDynamicSource() function returns, Adobe Dreamweaver erases the contents of the data source tree and calls the findDynamicSources() and generateDynamicSourceBindings() functions to get a new list of all the data sources for the user's document.

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 nothing.