mailr/public/tiny_mce/plugins/emotions
2009-01-08 05:27:12 +10:00
..
images init import from old mailr project (http://svn.littlegreen.org/mailr/trunk) 2009-01-08 05:27:12 +10:00
langs init import from old mailr project (http://svn.littlegreen.org/mailr/trunk) 2009-01-08 05:27:12 +10:00
editor_plugin.js init import from old mailr project (http://svn.littlegreen.org/mailr/trunk) 2009-01-08 05:27:12 +10:00
editor_plugin_src.js init import from old mailr project (http://svn.littlegreen.org/mailr/trunk) 2009-01-08 05:27:12 +10:00
emotions.htm init import from old mailr project (http://svn.littlegreen.org/mailr/trunk) 2009-01-08 05:27:12 +10:00
readme.txt init import from old mailr project (http://svn.littlegreen.org/mailr/trunk) 2009-01-08 05:27:12 +10:00

 Emotions plugin for TinyMCE
------------------------------

Installation instructions:
  * Copy the emotions directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
  * Add plugin to TinyMCE plugin option list example: plugins : "emotions".
  * Add the emotions button name to button list, example: theme_advanced_buttons3_add : "emotions".

Initialization example:
  tinyMCE.init({
    theme : "advanced",
    mode : "textareas",
    plugins : "emotions",
    theme_advanced_buttons3_add : "emotions"
  });

Copyright notice:
  These emotions where taken from Mozilla Thunderbird.
  I hope they don't get angry if I use them here after all this is a open source project
  aswell and I realy love their product.