Wijmo UI for the Web
wijribbon type
Syntax
Javascript (Usage) 
$(function () {
    var options; // Type:  wijmo.ribbon.wijribbon.options
     
    $(".selector").wijribbon(options);
});
Javascript (Specification) 
function wijribbon;
Inheritance Hierarchy

Object
      wijmo.ribbon.wijribbon

Browser Compatibility
7
5
5
Constructors
 NameDescription
public Constructorwijribbon Constructor  
Top
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
See Also

Reference

wijmo.ribbon Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.