dhtmlxEditor setContent and setContentHTML

Hi!

I have a small problem. Every time I load a htmlstring or an URL intro the Editor the editor formats the text and displays it like a mini browser. Is there a way for the editor to show me the unformated test?



For example :

var content= ‘Some text here>’;

editor.setContent(content);



The editor will show me ‘Some text here’ in bold.

I want to see the actual code ‘Some text here>’.



What i want in the end is to use dhtmlxEditor as a text editor , to be able to open a .html document as a text file, with all the tags intact, change whatever i want and then save it.



Thank you,

Ethan Anwar


Hello,


unfortunately the current editor version doesn’t support the described funcitonality.