[Zope-CMF] contenteditable for mozilla

Paul Everitt paul@zope.com
Tue, 04 Jun 2002 10:35:44 -0400


Or build an XmlHttpRequest object and send the text in the background, 
without disturbing the page.  IMO, this gives a better user experience 
than submitting a form, which is also slower (you have to read the 
contents of the "screen" back from the server).

--Paul

Thomas Olsen wrote:
> On Tuesday 28 May 2002 21:30, Gitte Wange wrote:
> 
>>The only thing I haven't figured out just yet is how to submit the text
>>if it is in a <div> tag and not in a textarea ... but I am pretty sure
>>that there are someone out there that has a solution to this :-)
> 
> 
> On onSubmit you get the contents of the div and put it into a hidden form 
> field.
>