Hi,
I am a student at the University Münster, Germany. Together with four
fellow students I am going to design and implement a web-based,
community-driven learning-tool which should help students to get
prepared for tests. One aspect of this is to let them share their notes
and annotations concerning the lecturer's slides. Currently I am playing
around with fotonotes. We are going to implement the server-side
entirely new (Java/Struts), so I focus on the fnclient.js. I have got
some questions:
- in general: to commit a note to the server, xml is used. To receive a
note, the client expects HTML-code wrapped in "displayHTML##" and "##".
Have I overlooked something, or is that just the only way it works?
- line 258: "imgObj.parentNode.removeChild(imgObj);"
In my tests that line removes the picture I would like to be annotated.
After Commenting out that line, everthings is fine. What is the meaning
of that pice of code?
Thank you in advance for dealing with my questions,
best regards
Christian
--
Christian Forster <christian-forster@...>