wijmo.editor.wijeditor Namespace > options type : mode Option |
Default value: 'ribbon'
Specify which toolbar to render. Ribbon and simple modes allow you to customize the toolbar.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijeditor("option", "mode"); // Set value var newValue; // Type: string $(".selector").wijeditor("option", "mode", newValue); }); |
Javascript (Specification) | |
---|---|
|