The command name of the button.
Sets a ribbon button as checked or not checked.
Syntax
Javascript (Usage) | |
---|
var instance = new jQuery.wijmo.wijribbon();
var value; // Type: any
// Parameters
var commandName; // Type: string
var checked; // Type: bool
var name; // Type: string
value = instance.setButtonChecked(commandName, checked, name);
|
Javascript (Specification) | |
---|
function setButtonChecked(
commandName : string,
: bool,
: string
) : any;
|
Parameters
- commandName
- The command name of the button.
- checked
- The checked state of the button.
- name
- The parent name of the button.
Browser Compatibility
See Also
Reference
wijribbon type