i have an array of content then how we get content of tiny mce textarea in javascript
|
feedback
|
|
lets say your mce textarea instance is:
then you get the content as follows:
if you mean you have multiple instances of mce editor on one page and you want to get content then try this approach:
the above code adds each editor content into an array | |||
|
feedback
|
|
I solved it with code:
the activeEditor is current editor,but i use tinyMCE.get('editor1').getContent() can not get the value of my editor, hope it can help you my home page is 机器鸟 | |||
|
feedback
|
|
I had the same problem. I have solved using this code:
Source: spocke is the author | |||
|
feedback
|
|
I would use jquery for a job like this.
You can even link that to an event like so:
| |||
|
feedback
|