You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Sylvain Wallez <sy...@anyware-tech.com> on 2002/05/28 15:22:12 UTC

ContentEditable in Mozilla

FYI, the great guys at Q42 have written a clone of IE's contentEditable 
for Mozilla.

Check it out at http://xopus.org/index.jsp?menu=mozce : although still 
rudimentary, it shows a lot of potential.

Sylvain

-- 
Sylvain Wallez
  Anyware Technologies                  Apache Cocoon
  http://www.anyware-tech.com           mailto:sylvain@apache.org



---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: ContentEditable in Mozilla

Posted by Ugo Cei <u....@cbim.it>.
Sylvain Wallez wrote:
> FYI, the great guys at Q42 have written a clone of IE's contentEditable 
> for Mozilla.
> 
> Check it out at http://xopus.org/index.jsp?menu=mozce : although still 
> rudimentary, it shows a lot of potential.
> 
> Sylvain
> 

I've started to work on adding it to my weblog. You can see it in action 
at http://www.beblogging.com/blog/20020528-185712

Can't really say more ATM, it's late and I have to go, but this is going 
to be a real bomb!

	Ugo

-- 
Ugo Cei - http://www.beblogging.com/blog/


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: ContentEditable in Mozilla

Posted by Ugo Cei <u....@cbim.it>.
Matt Sergeant wrote:

> I also noticed some pretty showstopping bugs - like no cursor, and when I
> hit enter to start a new line the box didn't increase in size (or add a
> scrollbar). Hopefully things we'll see fixed soonish.

Press F7 to show the caret.

	Ugo

-- 
Ugo Cei - http://www.beblogging.com/blog/


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: ContentEditable in Mozilla

Posted by Matt Sergeant <ma...@sergeant.org>.
On Wed, 29 May 2002, Robert Koberg wrote:

> It is really cool. I have only had a quick look at it. I have to wonder
> about performance, though... and backward compatibility when Mozilla
> introduces their take on the matter...

I also noticed some pretty showstopping bugs - like no cursor, and when I
hit enter to start a new line the box didn't increase in size (or add a
scrollbar). Hopefully things we'll see fixed soonish.

-- 
<!-- Matt -->
<:->Get a smart net</:->


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: ContentEditable in Mozilla

Posted by Robert Koberg <ro...@koberg.com>.
Jeremy Quinn wrote:

>
> On Tuesday, May 28, 2002, at 02:22 PM, Sylvain Wallez wrote:
>
>> FYI, the great guys at Q42 have written a clone of IE's 
>> contentEditable for Mozilla.
>>
>> Check it out at http://xopus.org/index.jsp?menu=mozce : although 
>> still rudimentary, it shows a lot of potential.
>>
>
>
> This is amazing!
>
> What I do not understand about this is how do you use it to get 
> modified content back to the server?


Use javascript to either:
* place it (the HTML) in a hidden field and submit it to the server for 
processing -> storage
or
* use javascript to put it in your XML format, then put it in a hidden 
field and submit it to the server for storage

It is really cool. I have only had a quick look at it. I have to wonder 
about performance, though... and backward compatibility when Mozilla 
introduces their take on the matter...

best,
-Rob




---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: ContentEditable in Mozilla

Posted by Jeremy Quinn <sh...@mac.com>.
On Tuesday, May 28, 2002, at 02:22 PM, Sylvain Wallez wrote:

> FYI, the great guys at Q42 have written a clone of IE's 
> contentEditable for Mozilla.
>
> Check it out at http://xopus.org/index.jsp?menu=mozce : 
> although still rudimentary, it shows a lot of potential.
>


This is amazing!

What I do not understand about this is how do you use it to get 
modified content back to the server?

regards Jeremy


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org