--- loncom/interface/lonhtmlcommon.pm 2012/09/04 10:46:05 1.320 +++ loncom/interface/lonhtmlcommon.pm 2012/09/24 10:47:26 1.324 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.320 2012/09/04 10:46:05 foxr Exp $ +# $Id: lonhtmlcommon.pm,v 1.324 2012/09/24 10:47:26 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1212,7 +1212,7 @@ ENDEDITOR - + ENDJQUERY @@ -1402,6 +1402,35 @@ sub htmlareaselectactive { }); } }); + + /* This code describes the spellcheck options that will be used for + items with class 'spellchecked'. It is necessary for those objects' + to explicitly request checking (e.g. onblur is a nice event for that). + */ + \$(document).ready(function() { + \$(".spellchecked").spellchecker({ + url: "/ajax/spellcheck", + lang: "en", + engine: "pspell", + suggestionBoxPosition: "below", + innerDocument: true + }); + \$("textarea.spellchecked").spellchecker({ + url: "/ajax/spellcheck", + lang: "en", + engine: "pspell", + suggestionBoxPosition: "below", + innerDocument: true + }); + + }); + + function doSpellcheck(element, lang) { + \$(element).spellchecker('option', {lang: lang}); + \$(element).spellchecker('check'); + } + + JAVASCRIPT if ($dragmath_prefix ne '') { $output .= ' 500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.