Default value: false
If the compactMode option is true and ribbon is not simple,it will show compact mode.
Syntax
$(function () {
// Get value
var returnsValue; // Type: boolean
returnsValue = $(".selector").wijribbon("option", "compactMode");
// Set value
var newValue; // Type: boolean
$(".selector").wijribbon("option", "compactMode", newValue);
});
var compactMode : boolean;
See Also