Specifies whether the element and its contents must be selected as a whole, indivisible unit.
Syntax
HTML
<ELEMENT ATOMICSELECTION=bAtomicSelection ... >
Scripting
N/A
Possible Values
bAtomicSelection
Boolean that specifies the following values.
false
Default. The element's content can be selected individually.
true
The element and its content may only be selected as a single unit.
Remarks
If the document is not in atomic selection mode, the ATOMICSELECTION attribute is ignored. Turn on the atomic selection mode by executing the>IDM_ATOMICSELECTION command with the value of true.
Documents in atomic selection mode will have slower performance when selections are made anywhere on the document.