![]() ![]() | ![]() |
version 1.323, 2012/09/10 10:49:27 | version 1.325, 2012/09/24 11:04:20 |
---|---|
Line 1425 sub htmlareaselectactive { | Line 1425 sub htmlareaselectactive { |
}); | }); |
/* the muli colored editor can generate spellcheck with language 'none' | |
to disable spellcheck as well | |
*/ | |
function doSpellcheck(element, lang) { | |
if (lang != 'none') { | |
\$(element).spellchecker('option', {lang: lang}); | |
\$(element).spellchecker('check'); | |
} | |
} | |
JAVASCRIPT | JAVASCRIPT |
if ($dragmath_prefix ne '') { | if ($dragmath_prefix ne '') { |