more asset manager stuff

This commit is contained in:
JT Smith 2004-12-16 17:34:32 +00:00
parent 7ab8d9e43f
commit 4bc4974ecc
117 changed files with 2236 additions and 982 deletions

View file

@ -68,7 +68,7 @@
</head>
<body>
<a href="example_simple.htm">[Simple example]</a> [Advanced example] <a href="example_mail.htm">[Mail example]</a>
<a href="example_simple.htm">[Simple example]</a> [Advanced example] <a href="example_mail.htm">[Mail example]</a> <a href="example_full.htm">[Full featured example]</a>
<h3>Advanced example</h3>
This page shows a more complex usage of TinyMCE. On this page the mode is set to convert specific elements in this case a DIV element and a TEXTAREA into editor instances. The example below uses a custom CSS, thats why the text is red and it allso uses the &quot;advanced&quot; theme that includes more options than the default one. The code allso includes examples of custom call back functions and much more. Notice the submit button at the end of the page, this button triggers a save action. Read more about the features and possible settings of TinyMCE in the <a href="../docs/index.htm">manual</a>.<br>