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
|
|
@ -20,7 +20,26 @@
|
|||
<li>Add the ltr, rtl button names to button list, example: theme_advanced_buttons3_add : "save".</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<h3>Options</h3>
|
||||
</p>
|
||||
<p>
|
||||
<table border="1" cellspacing="0" cellpadding="4">
|
||||
<tr>
|
||||
<td>[save_enablewhendirty]</td>
|
||||
<td>If you set this option to true, the edit button will be disabled/dimmed until modifications are made. This is disabled by default.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>[onchange_callback]</td>
|
||||
<td>This option enables you to add a custom function to be called when the save button/command is invoked. This is not used by default.</td>
|
||||
</tr>
|
||||
</table>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<h3>Initialization Example</h3>
|
||||
</p>
|
||||
<p>
|
||||
<div class="example">
|
||||
<pre>
|
||||
|
|
@ -28,7 +47,9 @@ tinyMCE.init({
|
|||
theme : "advanced",
|
||||
mode : "textareas",
|
||||
plugins : "<strong>save</strong>",
|
||||
theme_advanced_buttons3_add : "<strong>save</strong>"
|
||||
theme_advanced_buttons3_add : "<strong>save</strong>",
|
||||
save_enablewhendirty : true,
|
||||
onchange_callback : "mysave"
|
||||
});</pre>
|
||||
</div>
|
||||
</p>
|
||||
|
|
@ -36,7 +57,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