Specifications

641
Description
Depending on the value of the argument, this function makes locked regions editable or
noneditable. By default, locked regions are noneditable; if you try to edit a locked region before
specifically making it editable with this function, Dreamweaver beeps and does not allow the
change.
Note: Editing locked regions can have unintended consequences for library items and templates. You should not
use this function outside the context of data translators.
Arguments
bAllowEdits
bAllowEdits
is a Boolean value that indicates that edits are allowed (true) or not allowed
(false). Dreamweaver automatically restores locked regions to their default (noneditable) state
when the script that calls this function finishes executing.
Returns
Nothing.
dreamweaver.getTranslatorList()
Availability
Dreamweaver 3
Description
Gets a list of the installed translators.
Arguments
None.
Returns
An array of strings where each string represents the name of a translator as it appears in the
Translation preferences.
dreamweaver.useTranslatedSource()
Availability
Dreamweaver 2
Description
Specifies that the values that dom.nodeToOffsets() and dom.getSelection() return. These are
used by
dom.offsetsToNode() and dom.setSelection() and should be offsets into the
translated source (the HTML that is contained in the DOM after a translator runs), not the
untranslated source.
Note: This function is relevant only in Property inspector files.
Arguments
bUseTranslatedSource