バージョン

showEditor メソッド

エディターを表示して配置します。
シンタックス
ASP.NET Ajax Javascript (Specification) 
function showEditor( 
   top : Integer,
   left : Integer,
   width : Integer,
   height : Integer,
   cssClass : String,
   parent : {DomElement},
   cell : 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 オブジェクトです。
参照