Specifications

524
dom.insertLibraryItem()
Availability
Dreamweaver 3
Description
Inserts an instance of a library item into the document.
Arguments
libraryItemURL
libraryItemURL
is the path to an LBI file, which is expressed as a file:// URL.
Returns
Nothing.
dom.markSelectionAsEditable()
Availability
Dreamweaver 3
Description
Displays the New Editable Region dialog box. When the user clicks New Region, Dreamweaver
marks the selection as editable and doesnt change any text.
Arguments
None.
Returns
Nothing.
Enabler
“dom.canMarkSelectionAsEditable()” on page 414
dom.newEditableRegion()
Availability
Dreamweaver 3
Description
Displays the New Editable Region dialog box. When the user clicks New Region, Dreamweaver
inserts the name of the region, surrounded by braces ({ }), into the document at the insertion
point location.
Arguments
None.
Returns
Nothing.
Enabler
“dom.canMakeNewEditableRegion()” on page 414