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

@ -29,13 +29,16 @@ element gets converted to a editor instance on page load. Notice how TinyMCE tri
<img src="logo.jpg">
</textarea>
<br /><br />
<br />
<textarea id="elm2" name="elm2" rows="15" cols="32">
Some &lt;b&gt;element&lt;/b&gt;, this is to be editor 2.
&lt;p&gt;Some paragraph. &lt;a href=&quot;http://www.sourceforge.net&quot;&gt;Some link&lt;/a&gt;&lt;/p&gt;
&lt;img src=&quot;logo.jpg&quot;&gt;
</textarea>
<br />
<input type="submit" name="save" value="Submit" />
<input type="reset" name="reset" value="Reset" />
</form>
</body>