- From: <sean.odonnell@sentia.ie>
- Date: Wed, 19 Dec 2001 14:22:00 -0000
- To: dkmm@axelero.hu, thecroll@mail.ru
- Cc: www-html@w3.org
Its not useless, If a button somewhere else on the page calls a javascript function, which reads the value of the editable area, and uses document.write to create a form and then submit it, which in turn causes the data to be saved to a db. The the page can be its own editor. -----Original Message----- From: Monostory Miklos [mailto:dkmm@axelero.hu] Sent: 18 December 2001 06:10 To: TheCroll Cc: www-html@w3.org Subject: Re: contentEditable Members, ----- Original Message ----- From: "TheCroll" <thecroll@mail.ru> To: <www-html@w3.org> Sent: Monday, December 17, 2001 9:30 PM Subject: Re: contentEditable > Hello everyone, > > RK> Internet Explorer 5.5+ have a block level attribute (CONTENTEDITABLE) that > RK> allows editing HTML in the browser. I had not found this attribute in HTML Recommendation ... > > I don't think it is a standard (as you may know), but IMHO it is a > very useful feature for designers. Again, VERY useful. If I knew this > I would not suffer from testing on different screen resolutions. > > Thanks a lot! Where did you find this info? Are there any other cool > features? > > Croll. I don't understand Uncle Billy - why does it good, to allow the user, that can edit the content? I tried it: .. <body> <p contenteditable>Is this editable?</p> </body> .. So, I could edit the content in the browser window. I see it to a thing, what is beautiful, good, but useless - as the Microsoft's programs... Regards, Miklos Monostory
Received on Wednesday, 19 December 2001 09:26:17 UTC