SpreadJS Documentation
updateEditorContainer Method
GC.Spread.Sheets.CellTypes Namespace > Base class : updateEditorContainer Method
The DOM element that was created by the createEditorElement method.
The cell wrapper element's new size.
Updates the cell wrapper element size.
Syntax
var instance = new GC.Spread.Sheets.CellTypes.Base();
var value; // Type: any
value = instance.updateEditorContainer(editorContext, editorBounds);
function updateEditorContainer( 
   editorContext : object,
   editorBounds : object
) : any;

Parameters

editorContext
The DOM element that was created by the createEditorElement method.
editorBounds
The cell wrapper element's new size.
See Also

Reference

Base class