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.
Constructor.
The CompositionEvent() constructor creates a new web.event.CompositionEvent
object instance.
See also: https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent/CompositionEvent
Constructor. The CompositionEvent() constructor creates a new `web.event.CompositionEvent` object instance. See also: `https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent/CompositionEvent`
(data this)
Property.
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. 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.
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. 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.
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. 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`
(set-data! this val)
Property.
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. 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`
(set-locale! this val)
Property.
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. 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