[ Index ] |
|
Code source de PHP NUKE 7.9 |
1 /* Import plugin specific language pack */ 2 tinyMCE.importPluginLanguagePack('advimage', 'albanian,arabic,brazilian,catala,chinese,czech,danish,dutch,english,euskara,finnish,french,galego,german,greek,hungarian,icelandic,indonesian,italian,macedonian,norwegian,polish,portuguese,romanian,russian,slovak,slovenian,spanish,swedish,thai,turkish,ukrainian,vietnamese'); 3 4 /** 5 * Insert image template function. 6 */ 7 function TinyMCE_advimage_getInsertImageTemplate() { 8 var template = new Array(); 9 10 template['file'] = '../../plugins/advimage/image.htm'; 11 template['width'] = 430; 12 template['height'] = 380; 13 14 // Language specific width and height addons 15 template['width'] += tinyMCE.getLang('lang_insert_image_delta_width', 0); 16 template['height'] += tinyMCE.getLang('lang_insert_image_delta_height', 0); 17 18 return template; 19 } 20 21 /** 22 * Setup content function. 23 */ 24 function TinyMCE_advimage_handleEvent(editor_id, body, doc) { 25 // Convert all links to absolute 26 27 alert(editor_id + "," + body.innerHTML); 28 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 11:11:59 2007 | par Balluche grâce à PHPXref 0.7 |