[ Index ] |
|
Code source de PHP NUKE 7.9 |
1 /* Import plugin specific language pack */ 2 tinyMCE.importPluginLanguagePack('advlink', '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 link template function. 6 */ 7 function TinyMCE_advlink_getInsertLinkTemplate() { 8 var template = new Array(); 9 template['file'] = '../../plugins/advlink/link.htm'; 10 template['width'] = 440; 11 template['height'] = 420; 12 13 // Language specific width and height addons 14 template['width'] += tinyMCE.getLang('lang_insert_link_delta_width', 0); 15 template['height'] += tinyMCE.getLang('lang_insert_link_delta_height', 0); 16 17 return template; 18 }
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 |