deleteFormat()
Availability
Adobe Dreamweaver UltraDev 1.
Description
Removes the format function declaration from the top of the user's document.
When the user changes the format of a dynamic data object (in the Dynamic Data or the Dynamic Text dialog box or in the Bindings panel) or deletes a formatted dynamic data object, Adobe Dreamweaver removes the function declaration from the top of the document and also removes the function call from the dynamic data object by calling the deleteFormat() function.
Use the DOM with the deleteFormat() function to remove the function declaration from the top of the current document.
Arguments
format
- The
formatargument is a JavaScript object that describes the format to remove. The JavaScript object is the node that corresponds to theformattag in the Formats.xml file.
Returns
Adobe Dreamweaver expects nothing.