upgrading tinymce to 2.0.5.1
This commit is contained in:
parent
cb2a8d025e
commit
00d46f6148
342 changed files with 13043 additions and 11487 deletions
|
|
@ -14,6 +14,9 @@
|
|||
<p>
|
||||
This option should contain a comma separated list of plugins. Plugins are loaded from the "tinymce/jscripts/tiny_mce/plugins" directory and the plugin name matches the name of the directory. TinyMCE is shipped with some core plugins these are described in greater detail in the <a href="reference_plugins.html">Plugins reference</a>.
|
||||
</p>
|
||||
<p>
|
||||
TinyMCE also supports the ability to have plugins added from a external resource, these plugins needs to be self registrering and loaded after the tinyMCE.init call. You should also prefix these plugins with a "-" character so that TinyMCE doesn't try to load it from the TinyMCE plugins directory.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
There are many third party plugins for TinyMCE some of these may be found under "Plugins" at <a href="http://sourceforge.net/projects/tinymce/">SourceForge</a> and if you have developed one of your own please contribute it to this project by uploading it to SourceForge.
|
||||
|
|
@ -26,7 +29,7 @@
|
|||
<pre>
|
||||
tinyMCE.init({
|
||||
...
|
||||
<strong>plugins : "table,contextmenu,paste"</strong>
|
||||
<strong>plugins : "table,contextmenu,paste,-externalplugin"</strong>
|
||||
});
|
||||
</pre>
|
||||
</div>
|
||||
|
|
@ -34,7 +37,7 @@ tinyMCE.init({
|
|||
|
||||
<div class="footer">
|
||||
<div class="helpindexlink"><a href="index.html">Index</a></div>
|
||||
<div class="copyright">Copyright © 2005 Moxiecode Systems AB</div>
|
||||
<div class="copyright">Copyright © 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
|
||||
<br style="clear: both" />
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue