Adobe 38040334 - Dreamweaver CS3 User Manual page 134

Api reference
Hide thumbs Also See for 38040334 - Dreamweaver CS3:
Table of Contents

Advertisement

Description
Reloads all the objects on the Insert bar. This function is the equivalent of Control+left-clicking the mouse on the
Categories menu on the Insert bar and selecting the Reload Extensions menu option.
Arguments
None.
Returns
A Boolean value:
if the objects were successfully loaded;
true
dom.convertActiveContent()
Availability
Dreamweaver CS3.
Description
Converts all the active content in the given document.
Arguments
forceUpdate
is a Boolean value that indicates whether to override the user's preference settings (
forceUpdate
override). This argument is optional.
Returns
A Boolean
value if all active content was converted successfully. Returns
true
needed to be converted was not converted, such as object tags in a locked region of a template instance.
Example
if( !dom.convertActiveContent(true) ) {
alert(dw.loadString("ActiveContent/notAllConverted"));
}
dom.convertNextActiveContent()
Availability
Dreamweaver CS3.
Description
Specifies that the next object tag that is inserted (for the remainder of the current edit—one undoable action) has a
script built for it. This function allows you to use a third-party extension to generate the appropriate script for the
specific active content.
Arguments
None.
Returns
Nothing.
otherwise.
false
if some active content that
false
DREAMWEAVER CS3
129
API Reference
, =
true

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents