Friday, July 29, 2011

Custom SpellCheck in Moss 2007 for Page

Register this Js in you page where you want to use Spell Check


Use followinf funtion in you button click and you are ready yo have custom SpellCheck ready

function doSpellCheck() {
        SpellCheckEntirePage('/_vti_bin/SpellCheck.asmx', '/_layouts/SpellChecker.aspx');
    }

No comments:

Post a Comment