wijmo.editor 名前空間 : wijeditor タイプ |
Javascript (Usage) | |
---|---|
$(function () { var options; //タイプ: wijmo.editor.wijeditor.options $(".selector").wijeditor(options); }); |
Javascript (Specification) | |
---|---|
|
Object
wijmo.editor.wijeditor
名前 | 解説 | |
---|---|---|
wijeditor コンストラクタ |
名前 | 解説 | |
---|---|---|
destroy | 機能を完全に除去します。これは要素を初期化前の状態に戻します。 | |
getText | エディタに表示されたテキストを取得します。 | |
refresh | エディタのレイアウトを調整します。 | |
setText | エディタに表示するテキストを設定します。 | |
widget | オリジナルの要素またはその他の関連する生成要素を含む jQuery オブジェクトを返します。 |