Wijmo UI for the Web
simpleModeCommands フィールド

デフォルト値: null

シンプルツールバーに表示するコマンドの配列を指定します。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: object
    returnsValue = $(".selector").wijeditor("option", "simpleModeCommands");
    
    //値を設定します
    var newValue; //タイプ: object
    $(".selector").wijeditor("option", "simpleModeCommands", newValue);
        
});
Javascript (Specification) 
var simpleModeCommands : object;
使用例
$("#wijeditor").wijeditor({ mode: "simple", simpleModeCommands: ["Bold","Undo"] });
解説
これらのコマンドはデフォルトコマンドの代わりに使用されるので、表示するすべてのコマンドを指定する必要があります。したがって、下記のサンプルコードでは 2 つのコマンドだけがツールバーに表示されます。 デフォルトで表示されるシンプルモードコマンドは次のとおりです。"BlockQuote"、"Bold"、"BulletedList"、"InsertCode"、"InsertDate"、"InsertImage"、"Italic"、"Link"、"NumberedList"、"NumberedList"注: 組み込みシンプルコマンドは、以下のコマンドをサポートします。"Form"、"Image"、"TextArea"、"Button"、"TextBox"、"List"、"DropDownList"、"HiddenField"、"Radio"、"CheckBox"、"JustifyLeft、"JustifyCenter"、"JustifyRight"、"JustifyFull"、"Border"、"NumberedList"、"BulletedList"、"Outdent"、"Indent"、"BackColor"、"ForeColor"、"Bold"、"Italic"、"UnderLine"、"SubScript"、"SuperScript"、"Template"、"RemoveFormat"、"InsertBreak"、"InsertParagraph"、"InsertPrint"、"InsertHR"、"Undo"、"Redo"、"Preview"、"Cleanup"、"Cut"、"Copy"、"Paste"、"SelectAll"、"Media"、"InsertSpecialChar"、"InsertDate"、"Find"、"Inspect"、"InsertImage"、"Link"、"FontName"、"FontSize"、"BlockQuote"、"InsertCode"デフォルトのシンプルモードコマンドは次のとおりです。["Bold", "Italic", "Link", "BlockQuote","StrikeThrough", "InsertDate", "InsertImage","NumberedList", "BulletedList", "InsertCode"]

関連トピック

参照

options タイプ
wijeditor メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.