isDomRequired()

Description

This function determines whether the command requires a valid DOM to operate. If this function returns a value of true or if the function is not defined, Adobe Dreamweaver assumes that the command requires a valid DOM and synchronizes the Design and Code views of the document before executing. Synchronization causes all edits in the Code view to update in the Design view.

Arguments

None.

Returns

Adobe Dreamweaver expects a true value if a command requires a valid DOM to operate; false otherwise.