Arguments
,
sourceName
bindingName
•
The
sourceName
associated.
•
The
bindingName
Returns
Dreamweaver expects nothing.
displayHelp()
Description
If this function is defined, a Help button appears below the OK and Cancel buttons in the dialog
box. This function is called when the user clicks the Help button.
Arguments
None.
Returns
Dreamweaver expects nothing.
Example
// the following instance of displayHelp() opens
// in a browser a file that explains how to use
// the extension.
function displayHelp(){
var myHelpFile = dw.getConfigurationPath() +
'/ExtensionsHelp/superDuperHelp.htm';
dw.browseDocument(myHelpFile);
}
editDynamicSource()
Availability
Dreamweaver MX.
Description
This function is called when the user double clicks on a data source name in the Bindings panel to
edit the data source. An extension developer can implement this function to handle user edits
within 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
296
Chapter 16: Data Sources
argument is the name of the top-level node to which the child node is
argument is the name of the child node.
argument is the name of the top-level node to which the child node is
argument is the name of the child node.
Need help?
Do you have a question about the DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER and is the answer not in the manual?
Questions and answers