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