[ Index ]
 

Code source de PHP NUKE 7.9

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

title

Body

[fermer]

/includes/tiny_mce/plugins/zoom/ -> readme.txt (source)

   1   Zoom plugin for TinyMCE
   2  --------------------------
   3  
   4  About:
   5   Adds a zoom drop list in MSIE5.5+, this plugin was mostly created to
   6   show how to add custom droplists as plugins.
   7  
   8  Installation instructions:
   9    * Copy the zoom directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
  10    * Add plugin to TinyMCE plugin option list example: plugins : "zoom".
  11    * Add the preview button name to button list, example: theme_advanced_buttons3_add : "zoom".
  12  
  13  Initialization example:
  14    tinyMCE.init({
  15      theme : "advanced",
  16      mode : "textareas",
  17      plugins : "preview",
  18      theme_advanced_buttons3_add : "zoom"
  19    });
  20  
  21  Requirement:
  22    This plugin requires MSIE on Mozilla the button will not be visible.


Généré le : Sun Apr 1 11:11:59 2007 par Balluche grâce à PHPXref 0.7