Commit e8a26ee8 authored by Alexander.Trofimov's avatar Alexander.Trofimov

Добавил функцию asc_getSpellCheckLanguages, которая возвращает список языков...

Добавил функцию asc_getSpellCheckLanguages, которая возвращает список языков для проверки орфографии

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47433 954022d7-b5bf-4e40-9824-e11837661b57
parent 6127b287
...@@ -1392,6 +1392,9 @@ asc_docs_api.prototype._spellCheckInitCallback = function(_this) { ...@@ -1392,6 +1392,9 @@ asc_docs_api.prototype._spellCheckInitCallback = function(_this) {
_this._coSpellCheckInit(documentId); _this._coSpellCheckInit(documentId);
}; };
asc_docs_api.prototype.asc_getSpellCheckLanguages = function() {
return g_spellCheckLanguages;
};
// get functions // get functions
// Возвращает // Возвращает
......
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