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,
: {DomElement},
: GridCell
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfEditorProvider.showEditor(Integer,Integer,Integer,Integer,String,{DomElement},GridCell); |
パラメータ
- top
- エディターの上の座標 (ピクセル) です。
- left
- エディターの左の座標 (ピクセル) です。
- width
- エディターの幅 (ピクセル) です。
- height
- エディターの高さ (ピクセル) です。
- cssClass
- オプション。エディターのメイン HTML 要素に適用する CSS クラスです。
- parent
- エディターの親の更新が必要な場合は、親 HTML 要素です。
- cell
- グリッドの Cell オブジェクトです。
参照