Type: Boolean
Default: false
The context bar appears when text is selected.
Redactor('#entry', {
context: true
});
Type: Boolean
Default: false
Enable display of context toolbar when you click on text, in addition to showing when text is selected.
Redactor('#entry', {
context: {
click: true
}
});