Commit ed637cc6 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

add cellName to cellEditor options

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68725 954022d7-b5bf-4e40-9824-e11837661b57
parent 4d41d99f
...@@ -11327,6 +11327,7 @@ ...@@ -11327,6 +11327,7 @@
isAddPersentFormat: isQuickInput && c_oAscNumFormatType.Percent === c.getNumFormat().getType(), isAddPersentFormat: isQuickInput && c_oAscNumFormatType.Percent === c.getNumFormat().getType(),
autoComplete : arrAutoComplete, autoComplete : arrAutoComplete,
autoCompleteLC : arrAutoCompleteLC, autoCompleteLC : arrAutoCompleteLC,
cellName : c.getName(),
saveValueCallback : function ( val, flags, skipNLCheck ) { saveValueCallback : function ( val, flags, skipNLCheck ) {
var oCellEdit = isMerged ? new asc_Range( mc.c1, mc.r1, mc.c1, mc.r1 ) : new asc_Range( col, row, col, row ); var oCellEdit = isMerged ? new asc_Range( mc.c1, mc.r1, mc.c1, mc.r1 ) : new asc_Range( col, row, col, row );
return t._saveCellValueAfterEdit( oCellEdit, c, val, flags, skipNLCheck, /*isNotHistory*/false, /*lockDraw*/false ); return t._saveCellValueAfterEdit( oCellEdit, c, val, flags, skipNLCheck, /*isNotHistory*/false, /*lockDraw*/false );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment