Site Search
Tweet
Chat LIVE
You are here:
javascript
»
getting the content of a tinymce editor
Getting the content of a TinyMCE editor
Written By
PHPin24
Submitted At
2009-10-18 23:14:36
Num Views
581
Category
Javascript
<?php
$editor->display( 'comment', 'initial value of textarea goes here' , '100%', '150', '75', '20' )
?>
<script type="text/javascript">
alert(tinyMCE.get('comment').getContent());
</script>
By PHPin24 @ 2009-10-18 23:14:36