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

Присылаю эвент на смену листов при переименовании листа

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68650 954022d7-b5bf-4e40-9824-e11837661b57
parent 5a2750c5
......@@ -1839,6 +1839,7 @@ var editor;
var renameCallback = function(res) {
if (res) {
t.wbModel.getWorksheet(i).setName(name);
t.sheetsChanged();
} else {
t.handlers.trigger("asc_onError", c_oAscError.ID.LockedWorksheetRename, c_oAscError.Level.NoCritical);
}
......
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