Wijmo UI for the Web
text フィールド

デフォルト値: null

エディタに表示するテキストを設定します。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: string
    returnsValue = $(".selector").wijeditor("option", "text");
    
    //値を設定します
    var newValue; //タイプ: string
    $(".selector").wijeditor("option", "text", newValue);
        
});
Javascript (Specification) 
var text : string;
解説
これは、ウィジェットを表示する textarea オブジェクト内のタグに追加したテキストをオーバーライドします。この文字列の中で HTML(モードを bbcode に設定した場合は BBCode マークアップ)を使用できます。

関連トピック

参照

options タイプ
wijeditor メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.