Wijmo UI for the Web
setButtonsChecked Method
An object that contains commands infos that need to change state, key is command name, value is button checked state, true or false.
The method sets sets the buttons as checked or not checked.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var commands; // Type:  object
    
    returnsValue = $(".selector").wijribbon("setButtonsChecked", commands);
});
Javascript (Specification) 
function setButtonsChecked( 
   commands : object
) : any;

Parameters

commands
An object that contains commands infos that need to change state, key is command name, value is button checked state, true or false.
Browser Compatibility
7
5
5

See Also

Reference

wijribbon type
wijribbon jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.