Wijmo UI for the Web
textChanged Event
wijmo.editor.wijeditor Namespace > options type : textChanged Event
Standard jQuery event object
Information about an event
Occurs when the text changed.
Syntax
$(function () {
    // Set textChanged event handler function
    $(".selector").wijeditor({
        textChanged : function (e, data) {
     
        }
    });
});
textChanged = function ( 
   e : jQuery.Event,
   data : ITextChangedEventArgs
) { };

Parameters

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

Reference

options type
wijeditor jQuery Widget