Web::DOM::CompositionEvent
The DOM CompositionEvent
object
DESCRIPTION
The Web::DOM::CompositionEvent
class implements the DOM CompositionEvent
interface.
METHODS
In addition to the methods of the Web::DOM::Event and Web::DOM::UIEvent classes, following methods are available:
$string = $ev->data
-
Return the composited value for the event. [DOM3EVENTS]
$string = $ev->locale
-
Return the composition locale. [DOM3EVENTS]
The new
method of the Web::DOM::CompositionEvent class accepts the data
and locale
name/value pairs in its second arguments,
in addition to the name/value pairs for Web::DOM::Event and Web::DOM::UIEvent objects. [UIEVENTS]
SPECIFICATIONS
- DOM3EVENTS
-
DOM Level 3 Events
<http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html#events-uievents>
. - UIEVENTS
-
UI Events
<https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm#constructor-uievent>
.
SEE ALSO
Web::DOM::Event, Web::DOM::UIEvent, Web::DOM::KeyboardEvent.
AUTHOR
Wakaba <wakaba@suikawiki.org>.
LICENSE
Copyright 2013 Wakaba <wakaba@suikawiki.org>.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.