home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Plugins / tinymce-advanced / mce / emotions / jscripts / functions.js
Encoding:
Text File  |  2008-02-20  |  214 b   |  12 lines

  1. function init() {
  2.     tinyMCEPopup.resizeToInnerSize();
  3. }
  4.  
  5. function insertEmotion(code) {
  6.  
  7.     var html = ' ' + code + ' ';
  8.     
  9.     tinyMCE.execCommand('mceInsertContent', false, html);
  10.     tinyMCEPopup.close();
  11. }
  12.