Default value: 'ribbon'
Specify which toolbar to render. Ribbon and simple modes allow you to customize the toolbar.
Syntax
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijeditor("option", "mode");
// Set value
var newValue; // Type: string
$(".selector").wijeditor("option", "mode", newValue);
});
See Also