Commit f389a6bd authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Добавлен метод "suggest" на получение вариантов слова.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47389 954022d7-b5bf-4e40-9824-e11837661b57
parent 3c00b30b
......@@ -6190,6 +6190,7 @@ function spellCheck (editor, rdata) {
// ToDo проверка на подключение
switch (rdata.type) {
case "spell":
case "suggest":
editor.SpellCheckApi.spellCheck(JSON.stringify(rdata));
break;
}
......
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