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