Specifications
589
dom.formatSelection()
Availability
Dreamweaver MX
Description
Applies Dreamweaver automatic syntax formatting to the selected content (the same as choosing 
the Commands > Apply Source Formatting to Selection option) according to the settings in the 
Preferences > Code Format dialog box.
Arguments
None.
Returns
Nothing.
dom.getShowNoscript()
Availability
Dreamweaver MX
Description
Gets the current state of the noscript content option (from the view > Noscript Content menu 
option). On by default, the 
noscript tag identifies page script content that can be rendered, or 
not (by choice), in the browser. 
Arguments
None.
Returns
A Boolean value that indicates whether the noscript tag content is currently rendered. If 
bIsVisible is true, the content appears; false otherwise.
dom.isDesignviewUpdated()
Availability
Dreamweaver 4
Description
Determines whether the Design view and Text view content is synchronized for those 
Dreamweaver operations that require a valid document state.
Arguments
None.
Returns
true if the Design view (WYSIWYG) is synchronized with the text in the Text view; false 
otherwise.










