Quote:
Originally Posted by sketch42
anyway to make the pop up box a drop bigger...it doesnt maximize to where you can see the buttons...
|
In the spellcheck.js file, the popup is opened with:
openSpellWin(640, 480);
You can fine-tune the size there.
What browser are you using?
Quote:
also can we manually add words?
|
I can add an admin interface to add words
but it will have to use the same PSPELL PHP code, which means if there's a problem with the server's setup for that language in word lists, it won't work.