upgrade tinymce to 1.40
This commit is contained in:
parent
7ceff84e8a
commit
7d9c0268ac
107 changed files with 3717 additions and 492 deletions
19
www/extras/tinymce/jscripts/tiny_mce/plugins/save/readme.txt
vendored
Normal file
19
www/extras/tinymce/jscripts/tiny_mce/plugins/save/readme.txt
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
Save plugin for TinyMCE
|
||||
(Dec 2004) by SlyD - d.herwald@dsh-elektronik.de
|
||||
--------------------------
|
||||
|
||||
About:
|
||||
Adds a "save" button that submits the form.
|
||||
|
||||
Installation instructions:
|
||||
* Copy the save directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
|
||||
* Add plugin to TinyMCE plugin option list example: plugins : "save".
|
||||
* Add the save button name to button list, example: theme_advanced_buttons3_add : "save".
|
||||
|
||||
Initialization example:
|
||||
tinyMCE.init({
|
||||
theme : "advanced",
|
||||
mode : "textareas",
|
||||
plugins : "save",
|
||||
theme_advanced_buttons3_add : "save"
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue