wijmo.editor.wijeditor Namespace > options type : textChanged Event |
Javascript (Usage) | |
---|---|
$(function () { // Set textChanged event handler function $(".selector").wijeditor({ textChanged : function (e, data) { } }); }); |
Javascript (Specification) | |
---|---|
textChanged = function ( e : jQuery.Event, data : ITextChangedEventArgs ) { }; |