home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cricao de Sites - 650 Layouts Prontos
/
WebMasters.iso
/
Plugins
/
tinymce-advanced
/
mce
/
emotions
/
jscripts
/
functions.js
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-02-20
|
214 b
|
12 lines
function init() {
tinyMCEPopup.resizeToInnerSize();
}
function insertEmotion(code) {
var html = ' ' + code + ' ';
tinyMCE.execCommand('mceInsertContent', false, html);
tinyMCEPopup.close();
}