| wijmo.editor.wijeditor 名前空間 > options タイプ : editorMode フィールド |
デフォルト値: 'wysiwyg'
エディタの初期表示タイプを設定します。
| Javascript (Usage) | |
|---|---|
$(function () { //値を取得する var returnsValue; //タイプ: string returnsValue = $(".selector").wijeditor("option", "editorMode"); //値を設定します var newValue; //タイプ: string $(".selector").wijeditor("option", "editorMode", newValue); }); | |
| Javascript (Specification) | |
|---|---|
| |