Skip to content

dpickett/tiny_rack_spellchecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiny_rack_spellchecker

A Rack Application that processes tinyMCE spell check requests

Point tinyMCE to this application like so:

tinyMCE.init({
  "plugins" : "spellchecker",
  "theme_advanced_buttons3_add" : "spellchecker",
  "spellchecker_languages" : "+English=en",
  "spellchecker_rpc_url" : "/spell_checker",
  "theme_advanced_buttons1_add" : "spellchecker",
  });

Copyright © 2009 Dan Pickett. See LICENSE for details.

About

A Rack Application that processes tinyMCE spell check requests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages