Categories | Question details Back To List | ||
show data in dhtmlxEditor Hello, i m using dhtmlxeditor to submit data and i want to show data in dhtmlxEditor . is it pssible in dhtmlxEditor to show data if possible then please send me the link of example or if not possible then plz tell me wht i do to show dat in dhtmlxEditor please reply me waiting for reply thanks regards seema Answer posted by Alex (support) on Jan 12, 2010 02:11 Hello, you can use editor.setContent(html_string) method to show data in the editor. |