$(function () { var returnsValue; // Type: any // Parameters var cmdName; // Type: string var eleObj; // Type: Object returnsValue = $(".selector").wijribbon("registerButtonInformation", cmdName, eleObj); });
Parameters
- cmdName
- The command of the button.
- eleObj
- The object of the button information.