upgrading tinymce to 2.0.5.1

This commit is contained in:
JT Smith 2006-04-15 20:03:31 +00:00
parent cb2a8d025e
commit 00d46f6148
342 changed files with 13043 additions and 11487 deletions

View file

@ -20,7 +20,26 @@
<li>Add the ltr, rtl button names to button list, example: theme_advanced_buttons3_add : &quot;save&quot;.</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 : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;<strong>save</strong>&quot;,
theme_advanced_buttons3_add : &quot;<strong>save</strong>&quot;
theme_advanced_buttons3_add : &quot;<strong>save</strong>&quot;,
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 &copy; 2005 Moxiecode Systems AB</div>
<div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>