SpreadJS製品ヘルプ
updateEditorContainer メソッド
GC.Spread.Sheets.CellTypes 名前空間 > Base クラス : updateEditorContainer メソッド
createEditorElementメソッドによって作成されたDOM要素。
セルラッパー要素の新しいサイズ。
セルラッパー要素のx位置。
セルラッパー要素のy位置。
セルラッパー要素の新しい幅。
セルラッパー要素の新しい高さ。
セルの実際のスタイル。
セルラッパー要素のサイズを更新します。
シンタックス
var instance = new GC.Spread.Sheets.CellTypes.Base();
var value; // Type: any
value = instance.updateEditorContainer(editorContext,
                                       editorBounds,
                                       editorBounds.x,
                                       editorBounds.y,
                                       editorBounds.width,
                                       editorBounds.height,
                                       cellStyle);
function updateEditorContainer( 
   editorContext : HTMLElement,
   editorBounds : Rect,
   editorBounds.x : number,
   editorBounds.y : number,
   editorBounds.width : number,
   editorBounds.height : number,
   cellStyle : Style
) : any;

パラメータ

editorContext
createEditorElementメソッドによって作成されたDOM要素。
editorBounds
セルラッパー要素の新しいサイズ。
editorBounds.x
セルラッパー要素のx位置。
editorBounds.y
セルラッパー要素のy位置。
editorBounds.width
セルラッパー要素の新しい幅。
editorBounds.height
セルラッパー要素の新しい高さ。
cellStyle
セルの実際のスタイル。
関連トピック

参照

Base クラス