The DOM CompositionEvent represents events that occur due to user indirectly entering text.
The DOM CompositionEvent represents events that occur due to user indirectly entering text.
(data this)
Property.
[Read Only]
The data read-only property of the web.event.CompositionEvent
returns the characters generated by the input method that raised
event; its exact nature varies depending on the type of event
generated the CompositionEvent object.
myData = CompositionEvent.data
See also: https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent/data
Property. [Read Only] The data read-only property of the `web.event.CompositionEvent` returns the characters generated by the input method that raised event; its exact nature varies depending on the type of event generated the CompositionEvent object. `myData = CompositionEvent.data` See also: `https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent/data`
(init-composition-event this
type-arg
can-bubble-arg
cancelable-arg
view-arg
data-arg
locale-arg)
Method.
[Deprecated]
The initCompositionEvent() method of the web.event.CompositionEvent
initializes the attributes of a CompositionEvent object instance.
compositionEventInstance.initCompositionEvent(typeArg, canBubbleArg, cancelableArg, viewArg, dataArg, localeArg)
See also: https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent/initCompositionEvent
Method. [Deprecated] The initCompositionEvent() method of the `web.event.CompositionEvent` initializes the attributes of a CompositionEvent object instance. `compositionEventInstance.initCompositionEvent(typeArg, canBubbleArg, cancelableArg, viewArg, dataArg, localeArg)` See also: `https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent/initCompositionEvent`
(locale this)
Property.
[Read Only] [Deprecated]
The locale read-only property of the web.event.CompositionEvent
returns the locale of current input method (for example, the
layout locale if the composition is associated with IME).
myLocale = CompositionEvent.locale
See also: https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent/locale
Property. [Read Only] [Deprecated] The locale read-only property of the `web.event.CompositionEvent` returns the locale of current input method (for example, the layout locale if the composition is associated with IME). `myLocale = CompositionEvent.locale` See also: `https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent/locale`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close