I am trying to add document editor support in my website. I found Opensource WebODF and tried to test it on my local server. The git repository ReadMe gives instructions on how to add Odf viewer support. I was able to test the localeditor. Can some one explain how to setup the collaborative editor on local server.
Asked
Active
Viewed 653 times
1 Answers
1
The brief steps are as follows :
- Download the Wodo-TextEditor library from here.(It has the webodf library included as dependency).Put the library in your server or root directry of application,so you can access it from html page.
- Then include the editor scripts in your html as done in sample html below.
- Make sure you have a odt document on your server or you can use welcome.odt sample document included in Wodo-TextEditor library.
- And load the editor as in sample or you can just pick the whole html as it is ,just make sure all your include paths are valid.
- And that should be it !
You can refer this answer by me to setup a local webodf editor for your web application.
For simply using webodf editor you can use this html page sample .Make sure you have a odt document on your server directory which can be loaded in the editor.