/ Published in: JavaScript
URL: http://tinymce.moxiecode.com/examples/example_02.php
Expand |
Embed | Plain Text
<script type="text/javascript"> tinyMCE.init({ mode: "textareas", theme: "simple", extended_valid_elements: "img[class=myclass]", invalid_elements: "strong,b,em,i" }); </script>
You need to login to post a comment.
