Wijmo UI for the Web
click Event
wijmo.ribbon.wijribbon Namespace > options type : click Event
Standard jQuery event object
Information about an event
The wijRibbonClick event is a function that is called when the ribbon command button is clicked.
Syntax
$(function () {
    // Set click event handler function
    $(".selector").wijribbon({
        click : function (e, data) {
     
        }
    });
});
click = function ( 
   e : jQuery.Event,
   data : IClickEventArgs
) { };

Parameters

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

Reference

options type
wijribbon jQuery Widget