Wijmo UI for the Web
wijribbon jQuery Widget
Create a toolbar UI with a full ribbon or a simple ribbon to save screen real estate.
Syntax
Javascript (Usage) 
$(function () {
    var options; // Type:  wijmo.ribbon.wijribbon.options
     
    $(".selector").wijribbon(options);
});
Javascript (Specification) 
function wijribbon() : any;
Browser Compatibility
7
5
5
Methods
 NameDescription
public MethoddestroyRemove the functionality completely. This will return the element back to its pre-init state.  
public MethodregisterButtonInformationThe method used to push the custom button to button collection.  
public MethodribbonClickThe custom button trigger ribbon click  
public MethodsetButtonCheckedSets a ribbon button as checked or not checked.  
public MethodsetButtonDisabledThe method sets the chosen button as enabled or disabled according to the command name.  
public MethodsetButtonsCheckedThe method sets sets the buttons as checked or not checked.  
public MethodsetButtonsDisabledThe method sets the ribbon buttons as enabled or disabled according to the command name.  
public MethodsetTabPageVisibleSets a ribbon tab page as visible or not.  
public MethodwidgetReturns a jQuery object containing the original element or other relevant generated element.  
Top
Events
 NameDescription
public EventclickThe wijRibbonClick event is a function that is called when the ribbon command button is clicked.  
Top

See Also

Widgets

Ribbon

Reference

wijribbon jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.