Сделан первый вариант проверки орфографии. Переделана отрисовка параграфа.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47225 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Ilya.Kirillov
2013-06-11 12:51:48 +00:00
committed by Alexander.Trofimov
parent 1c0ed1c82f
commit 5d0bdb720d
2 changed files with 1198 additions and 548 deletions

File diff suppressed because it is too large Load Diff

View File

@ -58,6 +58,9 @@ var g_aPunctuation =
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0
];
g_aPunctuation[0x00AB] = 1; // символ «
g_aPunctuation[0x00BB] = 1; // символ »
// Класс ParaText
function ParaText(value)
{