[ 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/paste/ -> readme.txt (source)

   1   Paste plugin for TinyMCE
   2  ------------------------------
   3  
   4  This plugin adds paste as plain text and paste from Word icons to TinyMCE. This plugin was developed by Ryan Demmer and modified by
   5  the TinyMCE crew to be more general and some extra features where added.
   6  
   7  On 25 May 2005, this plugin was modified by speednet:  IE now pastes directly into the editor, bypassing the extra steps of opening the Insert box, selecting options, and clicking Insert.  Speednet also added the Select All command, which highlights all the content in the editor when the user clicks the toolbar button.  (Other miscellaneous cleanup also.)
   8  
   9  
  10  Installation instructions:
  11    * Add plugin to TinyMCE plugin option list example: plugins : "paste".
  12    * Add the plaintext button name to button list, example: theme_advanced_buttons3_add : "pastetext,pasteword,selectall".
  13  
  14  Initialization example:
  15    tinyMCE.init({
  16      theme : "advanced",
  17      mode : "textareas",
  18      plugins : "paste",
  19      theme_advanced_buttons3_add : "pastetext,pasteword,selectall",
  20      paste_create_paragraphs : false,
  21      paste_use_dialog : true
  22    });
  23  
  24  Options:
  25   [paste_create_paragraphs] - If enabled double linefeeds are converted to paragraph
  26                               elements when using the plain text dialog. This is enabled by default.
  27   [paste_use_dialog]        - MSIE specific option, if you set this to false both Mozilla and MSIE will present a paste dialog.
  28                               if you set it to true pasting in MSIE will be done directly. This option is set to false by default.


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