www.fgks.org   »   [go: up one dir, main page]

ATOMICSELECTION Attribute

Specifies whether the element and its contents must be selected as a whole, indivisible unit.

Syntax

HTML <ELEMENT ATOMICSELECTION=bAtomicSelection ... >
ScriptingN/A

Possible Values

bAtomicSelectionA Boolean that specifies the following values.
falseDefault. The element content can be selected individually.
trueThe element and its content can be selected only as a single unit.

Remarks

If the document is not in atomic selection mode, the ATOMICSELECTION attribute is ignored. To turn on the atomic selection mode, run the IDM_ATOMICSELECTION command with the value of true.

A document that is in atomic selection mode has slower performance when a selection is made anywhere in the document.

Standards Information

This attribute is a Microsoft extension to HTML World Wide Web link.

Applies To

A, ABBR, ACRONYM, ADDRESS, AREA, B, BDO, BIG, BLOCKQUOTE, BODY, BUTTON, CAPTION, CENTER, CITE, CODE, CUSTOM, DD, DEL, DFN, DIR, DIV, DL, DT, EM, EMBED, FIELDSET, FONT, FORM, FRAME, FRAMESET, hn, HR, I, IFRAME, IMG, INPUT type=button, INPUT type=checkbox, INPUT type=file, INPUT type=hidden, INPUT type=image, INPUT type=password, INPUT type=radio, INPUT type=reset, INPUT type=submit, INPUT type=text, INS, ISINDEX, KBD, LABEL, LEGEND, LI, LISTING, MARQUEE, MENU, nextID, NOBR, OL, P, PLAINTEXT, PRE, Q, RT, RUBY, S, SAMP, SELECT, SMALL, SPAN, STRIKE, STRONG, SUB, SUP, TABLE, TBODY, TEXTAREA, TFOOT, THEAD, TD, TH, TT, U, UL, VAR, XMP, TR, COL, COLGROUP

See Also

Using the MSHTML Editor's Extra Features


MSDN Library
Web Development
HTML and CSS
Scriptable Editing
Properties
ATOMICSELECTION