]> CyberLeo.Net >> Repos - Github/sugarcrm.git/commit
Added SpellCheck Support to TinyMCE
authorBlake Robertson <blake.robertson@gmail.com>
Wed, 11 Apr 2012 05:37:59 +0000 (01:37 -0400)
committerBlake Robertson <blake.robertson@gmail.com>
Wed, 11 Apr 2012 05:37:59 +0000 (01:37 -0400)
commit5291ce077a9afdb45c82268c7d9b3ddc329950ca
treef5216936d321d9ae8dce34eb2dee77cb785b7356
parent7604ddae160dcbd1407097ad7275aa90b7a60f59
Added SpellCheck Support to TinyMCE
14 files changed:
include/SugarTinyMCE.php
include/javascript/tiny_mce/plugins/spellchecker/changelog.txt [new file with mode: 0644]
include/javascript/tiny_mce/plugins/spellchecker/classes/EnchantSpell.php [new file with mode: 0644]
include/javascript/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php [new file with mode: 0644]
include/javascript/tiny_mce/plugins/spellchecker/classes/PSpell.php [new file with mode: 0644]
include/javascript/tiny_mce/plugins/spellchecker/classes/PSpellShell.php [new file with mode: 0644]
include/javascript/tiny_mce/plugins/spellchecker/classes/SpellChecker.php [new file with mode: 0644]
include/javascript/tiny_mce/plugins/spellchecker/classes/utils/JSON.php [new file with mode: 0644]
include/javascript/tiny_mce/plugins/spellchecker/classes/utils/Logger.php [new file with mode: 0644]
include/javascript/tiny_mce/plugins/spellchecker/config.php [new file with mode: 0644]
include/javascript/tiny_mce/plugins/spellchecker/editor_plugin.js
include/javascript/tiny_mce/plugins/spellchecker/editor_plugin_src.js
include/javascript/tiny_mce/plugins/spellchecker/includes/general.php [new file with mode: 0644]
include/javascript/tiny_mce/plugins/spellchecker/rpc.php [new file with mode: 0644]