Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
showEditor メソッド
指定された位置でエディターを表示します。
シンタックス
ASP.NET Ajax Javascript (Specification) | |
---|
function showEditor(
: Integer,
: Integer,
: Integer,
: Integer,
: String,
: {Any}
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfTreeInternalEditor.showEditor(Integer,Integer,Integer,Integer,String,{Any}); |
パラメータ
- left
- エディターの左の座標 (ピクセル)。
- top
- エディターの上の座標 (ピクセル)。
- width
- エディターの幅 (ピクセル)。
- height
- エディターの高さ (ピクセル)。
- cssClass
- オプション。エディターのメイン HTML 要素に適用する CSS クラスです。
- parent
- オプション。エディターの親の更新が必要な場合は、親 HTML 要素です。
参照