SpreadJS Documentation
updateImeMode Method
The DOM element that was created by the createEditorElement method.
The ime-mode from cell's actual style.
The context associated with the cell type. See the Remarks for more information.
Updates the editor's ime-mode.
Syntax
var instance = new GcSpread.Sheets.BaseCellType();
var value; // Type: any
value = instance.updateImeMode(editorContext, imeMode, context);
function updateImeMode( 
   editorContext : object,
   imeMode : ImeMode,
   context : object
) : any;

Parameters

editorContext
The DOM element that was created by the createEditorElement method.
imeMode
The ime-mode from cell's actual style.
context
The context associated with the cell type. See the Remarks for more information.
Remarks

The context parameter can include the following items:

Item Type Description
context.sheet GcSpread.Sheets.Sheet instance Indicates the current sheet.
context.row number The row index.
context.col number The column index.
context.sheetArea GcSpread.Sheets.SheetArea The current sheet area.

 

See Also

Reference

BaseCellType type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.