Commit 48494119 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by 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 a6445a67
......@@ -1392,6 +1392,9 @@ asc_docs_api.prototype._spellCheckInitCallback = function(_this) {
_this._coSpellCheckInit(documentId);
};
asc_docs_api.prototype.asc_getSpellCheckLanguages = function() {
return g_spellCheckLanguages;
};
// 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