Wijmo UI for the Web
commandButtonClick Event
Standard jQuery event object
Information about an event
Occurs when the command button is clicked.
Syntax
Javascript (Usage) 
$(function () {
    // Set commandButtonClick event handler function
    $(".selector").wijeditor({
        commandButtonClick : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
commandButtonClick = function ( 
   e : jQuery.Event,
   data : ICommandButtonClickEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event

See Also

Reference

options type
wijeditor jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.