Re: Capturing input as html under the scenes

2005-02-01 Thread fzlists
get yourself a coffee on me. > > Cheers, > > Mark > > Original Message Follows > From: Jeff Beal <[EMAIL PROTECTED]> > Reply-To: "Struts Users Mailing List" > To: user@struts.apache.org > Subject: Re: Capturing input as html under the scene

Re: Capturing input as html under the scenes

2005-02-01 Thread fzlists
Re: Capturing input as html under the scenes Alternatively, if you can live with an IE-only solution, you might consider the contenteditable attribute of a tag. This does as it's name implies: allows a user to edit the contents of the div, but more importantly, getting the value

Re: Capturing input as html under the scenes

2005-02-01 Thread Mark Benussi
ubject: Re: Capturing input as html under the scenes Date: Tue, 1 Feb 2005 06:55:57 -0800 (PST) Re: Capturing input as html under the scenes Alternatively, if you can live with an IE-only solution, you might consider the contenteditable attribute of a tag. This does as it's name implies: allows

Re: Capturing input as html under the scenes

2005-02-01 Thread fzlists
Re: Capturing input as html under the scenes Alternatively, if you can live with an IE-only solution, you might consider the contenteditable attribute of a tag. This does as it's name implies: allows a user to edit the contents of the div, but more importantly, getting the value

Re: Capturing input as html under the scenes

2005-02-01 Thread Mark Benussi
Jeff, 10 out of 10 go get yourself a coffee on me. Cheers, Mark Original Message Follows From: Jeff Beal <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: Re: Capturing input as html under the scenes Date: Tue, 01 Feb 2005 09:

Re: Capturing input as html under the scenes

2005-02-01 Thread Jeff Beal
Mark Benussi wrote: What I really want is a gui that allows them to type £ and new paragraphs etc but under the scenes it is producing the html. Giving them control to change colours and text style would also be good. Have a look at FckEditor, a JavaScript rich text editor that works in IE or Mo

Capturing input as html under the scenes

2005-02-01 Thread Mark Benussi
Hello people. I have a content management system that allows users to add paragraphs to a page. However at the moment if the need to enter special characters like the pound sign they have to type £. I hope you can see my problem. What I really want is a gui that allows them to type £ and new par