Topic: TinyMCE getContent
Dear Sirs,
In our web application we are using the tinymce editor. I'm trying to created an automation framework, and so far i haven't got any problems with writing into the tinymce editor. What I would like to do now is retrieve the text in textarea. I have tried various methods which i found online however none of them have been successfull, and i'm always getting a NULL value. The text is being entered successfully through selenium webdriver. I have tried some of the examples below, however no success:
tinyMCE.activeEditor.getContent();
tinyMCE.activeEditor.get('tinymce').getContent();
It would be really appreciated if you can provide any feedback.
Thanks.
Last edited by sengaia (2012-06-11 16:02:35)