Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 460 Bytes

README.rdoc

File metadata and controls

17 lines (12 loc) · 460 Bytes

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.