Hi all,
can i have sample code of loading content of MS word to dhtml editor.
I want to get content of Resume which is in ms word and load to DHTML editor…Is is possible to do? or is there any limitation?
Thanks.
Hi all,
can i have sample code of loading content of MS word to dhtml editor.
I want to get content of Resume which is in ms word and load to DHTML editor…Is is possible to do? or is there any limitation?
Thanks.
Hi,
editor allows to load content via Ajax:
docs.dhtmlx.com/doku.php?id=dhtm … ontenthtml
You can use some server-side script to read contents from ms word and output it. For example:
editor.setContentHTML(“get_content.php”);