Specifications
530
You enter the URL parameters in name-value pairs. For example, if you reference the URL
variables
ID and Name in server scripts in your document, you must set these URL parameters
before you view live data.
This function lets you set Live Data values through JavaScript.
Arguments
A string that contains the URL parameters that you want to set, in name-value pairs.
Returns
Nothing.
Example
dreamweaver.setLiveDataParameters(“ID=22&Name=Samuel”)
dreamweaver.showLiveDataDialog()
Availability
Dreamweaver UltraDev 1
Description
Displays the Live Data Settings dialog box.
Arguments
None.
Returns
Nothing.
Menu functions
Menu functions handle optimizing and reloading the menus in Macromedia Dreamweaver MX.
The
“dreamweaver.getMenuNeedsUpdating()” on page 530 and
“dreamweaver.notifyMenuUpdated()” on page 531 functions are designed specifically to
prevent unnecessary update routines from running on the dynamic menus that are built into
Dreamweaver.
dreamweaver.getMenuNeedsUpdating()
Availability
Dreamweaver 3
Description
Checks whether the specified menu needs to be updated.
Arguments
menuId
menuId
is a string that contains the value of the id attribute for the menu item, as specified in the
menus.xml file.