$(function () { var options; // Type: wijmo.ribbon.wijribbon.options $(".selector").wijribbon(options); });
function wijribbon;
$(function () { var options; // Type: wijmo.ribbon.wijribbon.options $(".selector").wijribbon(options); });
function wijribbon;
Object
wijmo.ribbon.wijribbon
Name | Description | |
---|---|---|
wijribbon Constructor |
Name | Description | |
---|---|---|
destroy | Remove the functionality completely. This will return the element back to its pre-init state. | |
registerButtonInformation | The method used to push the custom button to button collection. | |
ribbonClick | The custom button trigger ribbon click | |
setButtonChecked | Sets a ribbon button as checked or not checked. | |
setButtonDisabled | The method sets the chosen button as enabled or disabled according to the command name. | |
setButtonsChecked | The method sets sets the buttons as checked or not checked. | |
setButtonsDisabled | The method sets the ribbon buttons as enabled or disabled according to the command name. | |
setTabPageVisible | Sets a ribbon tab page as visible or not. | |
widget | Returns a jQuery object containing the original element or other relevant generated element. |