Wijmo UI for the Web
readingImeStringOutput Event
wijmo.input.wijinputtext Namespace > options type : readingImeStringOutput Event
Standard jQuery event object
Information about an event
The readingImeStringOutput event handler is a function that is called when the Japanese reading string is generated from the Input Method Editor (IME).
Syntax
$(function () {
    // Set readingImeStringOutput event handler function
    $(".selector").wijinputtext({
        readingImeStringOutput : function (e, data) {
     
        }
    });
});
readingImeStringOutput = function ( 
   e : jQuery.Event,
   data : IReadingImeStringOutputEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event
See Also

Reference

options type
wijinputtext jQuery Widget