Liking cljdoc? Tell your friends :D

web.event.CompositionEvent

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.
raw docstring

constructorcljs

(constructor & args)

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`
sourceraw docstring

datacljs

(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`
sourceraw docstring

init-composition-eventcljs

(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`
sourceraw docstring

localecljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close