editDynamicSource()
Availability
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
associated.
The
bindingName
Returns
Dreamweaver expects a Boolean value:
otherwise.
false
findDynamicSources()
Availability
Dreamweaver UltraDev 1.
Description
This function returns the top-level nodes from the data source tree that appears in the
Dynamic Data or Dynamic Text dialog box or in the Bindings panel. Each data source file has
an implementation of the
the tree, Dreamweaver reads through all the files in the DataSources folder and calls the
findDynamicSources()
argument is the name of the top-level node to which the child node is
argument is the name of the child node.
true
findDynamicSources()
function in each file.
if the function has handled the edit;
function. When Dreamweaver refreshes
The Data Sources API
393
Need help?
Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?