Specifications
Chapter 16204
Arguments
dynamicDataObject, format
• dynamicDataObject is a string that contains the dynamic data object.
• format is a JavaScript object that describes the format to be applied. The JavaScript object is
the node that corresponds to the <format> tag in the Formats.xml file. The object has a
JavaScript property for each attribute of the corresponding
<format> tag.
Returns
Dreamweaver expects the new value for the dynamic data object.
If an error occurs, the function displays an alert message under certain conditions. If the function
returns an empty string, the Format field is set to
None.
inspectFormatDefinition()
Availability
Dreamweaver UltraDev 1
Description
Initializes form controls when a user tries to edit a format in the Edit Format List dialog box.
Arguments
format
format
is a JavaScript object that describes the format to be applied. The JavaScript object is the
node that corresponds to the <format> tag in the Formats.xml file. The object has a JavaScript
property for each attribute of the corresponding
<format> tag.
Returns
Dreamweaver expects nothing.