[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/phpgwapi/js/tinymce/jscripts/tiny_mce/plugins/advlink/ -> editor_plugin_src.js (source)

   1  /* Import plugin specific language pack */
   2  tinyMCE.importPluginLanguagePack('advlink', 'en,de,sv,zh_cn,cs,fa,fr_ca,fr,pl');
   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']  = 400;
  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  } 


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7