Hi.
I want ot use the TinyMCE editor in my jsf code, but unfortunately there is error in using the init function, and also in eclipse when I copy the folder of the tinyMCE, there is warning sign on the folder.
can any one help me through this issue ???
NOTE:
I downloaded the "Main package" and then I copy the folder of the "tinyMCE" into my project directory and then I used the following code:
<!-- TinyMCE -->
<script src="tiny_mce/tiny_mce.js" type="text/javascript"></script>
<script type="text/javascript">
tinyMCE.init({
mode : "textareas",
theme : "simple",
width : "800",
height : "480"
});
</script>
<!-- /TinyMCE -->
nothing happen to my text area ? and also I get the warning error in the problems tab of the eclipse editor: (attached)
Thanks