Wijmo UI for the Web
ribbonClick Method
the event information.
The data information.
The custom button trigger ribbon click
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var e; // Type:  e
    var eleObj; // Type:  obj
    
    returnsValue = $(".selector").wijribbon("ribbonClick", e, eleObj);
});
Javascript (Specification) 
function ribbonClick( 
   e : e,
   eleObj : obj
) : any;

Parameters

e
the event information.
eleObj
The data information.
Browser Compatibility
7
5
5

See Also

Reference

wijribbon type
wijribbon jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.