Create a toolbar UI with a full ribbon or a simple ribbon to save screen real estate.
Syntax
Javascript (Specification) | |
---|
function wijribbon() : any;
|
Browser Compatibility
Methods
| 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. |
Top
Events
| Name | Description |
| click | The wijRibbonClick event is a function that is called
when the ribbon command button is clicked. |
Top
See Also
Widgets
Ribbon
Reference
wijribbon jQuery Widget