Wijmo UI for the Web
registerButtonInformation Method
wijmo.ribbon Namespace > wijribbon type : registerButtonInformation Method
The command of the button.
The object of the button information.
The method used to push the custom button to button collection.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var cmdName; // Type:  string
    var eleObj; // Type:  Object
    
    returnsValue = $(".selector").wijribbon("registerButtonInformation", cmdName, eleObj);
});
function registerButtonInformation( 
   cmdName : string,
   eleObj : Object
) : any;

Parameters

cmdName
The command of the button.
eleObj
The object of the button information.
See Also

Reference

wijribbon type
wijribbon jQuery Widget