TinyMce

Status
Not open for further replies.

Sean

‫‫‫‫‫‫  ‫  Don't Worry, Be Happy
Dec 12, 2011
1,121
405
Can someone help me set it up it does not seem to work :p

Here are the codes I have (I am using this within revCMS)

PHP:
<script type="text/javascript" src="tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
tinyMCE.init({
    mode : "textareas",
    theme : "simple",
}
});
</script>

PHP:
<textarea id="longstory" name="longstory" style="margin-left: 3px;width:737px;height: 200px;"></textarea>
 

Sean

‫‫‫‫‫‫  ‫  Don't Worry, Be Happy
Dec 12, 2011
1,121
405
Why don't you look at one of the other Housekeeping packs, and see what you've done :)
I copied and pasted from another working one and not done anything ...
apart from changing the href to the js
 
Status
Not open for further replies.

Users who are viewing this thread

Top