Commit 6229d173 authored by Alexander.Trofimov's avatar Alexander.Trofimov

add type, id

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66541 954022d7-b5bf-4e40-9824-e11837661b57
parent 7003fb74
......@@ -162,7 +162,7 @@ baseEditorsApi.prototype.SendOpenProgress = function() {
baseEditorsApi.prototype.sync_InitEditorFonts = function(gui_fonts) {
this.sendEvent("asc_onInitEditorFonts", gui_fonts);
};
baseEditorsApi.prototype.sync_StartAction = function() {
baseEditorsApi.prototype.sync_StartAction = function(type, id) {
this.sendEvent('asc_onStartAction', type, id);
//console.log("asc_onStartAction: type = " + type + " id = " + id);
......@@ -170,7 +170,7 @@ baseEditorsApi.prototype.sync_StartAction = function() {
this.incrementCounterLongAction();
}
};
baseEditorsApi.prototype.sync_EndAction = function() {
baseEditorsApi.prototype.sync_EndAction = function(type, id) {
this.sendEvent('asc_onEndAction', type, id);
//console.log("asc_onEndAction: type = " + type + " id = " + id);
......
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