Commit 7ceb354d authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

asc_getDocumentName в base

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66380 954022d7-b5bf-4e40-9824-e11837661b57
parent a75ec8a7
......@@ -80,6 +80,9 @@ function baseEditorsApi(name) {
baseEditorsApi.prototype.asc_GetFontThumbnailsPath = function() {
return '../Common/Images/';
};
baseEditorsApi.prototype.asc_getDocumentName = function() {
return this.documentTitle;
};
// Events
baseEditorsApi.prototype.sendEvent = function() {
};
......
......@@ -890,11 +890,6 @@ var editor;
}, fCallback, null, oAdditionalData, dataContainer);
};
spreadsheet_api.prototype.asc_getDocumentName = function() {
return this.documentTitle;
};
spreadsheet_api.prototype.asc_getDocumentFormat = function() {
return this.documentFormat;
};
......
......@@ -887,10 +887,6 @@ asc_docs_api.prototype.OpenDocument2 = function(url, gObject)
if (window.USER_AGENT_SAFARI_MACOS)
setInterval(SafariIntervalFocus, 10);
};
asc_docs_api.prototype.asc_getDocumentName = function()
{
return this.documentTitle;
};
asc_docs_api.prototype._OfflineAppDocumentStartLoad = function() {
var t = this, scriptElem = document.createElement('script');
......
......@@ -864,10 +864,6 @@ asc_docs_api.prototype.OpenDocument2 = function(url, gObject)
if (window.USER_AGENT_SAFARI_MACOS)
setInterval(SafariIntervalFocus, 10);
};
asc_docs_api.prototype.asc_getDocumentName = function()
{
return this.documentTitle;
};
// Callbacks
/* все имена callback'оф начинаются с On. Пока сделаны:
OnBold,
......
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