Re: Regarding Text field editor in JSP

2007-07-28 Thread Girish Havaldar
Hello Paul

thank you, the openWYSIYUG is working fine, in my application i have five
textarea, i want to make use of only one editor  tool bar, which will
formate all textarea. i don't want to bind the editor to all 5 textarea
separately, is there any way to accomplish this.

Girish S.Havaldar.

On 20/07/07, Paul Singleton [EMAIL PROTECTED] wrote:

 Girish Havaldar wrote:
  Hello
 
  are there any text editor built in  that assist us  in formating input
  data, like Subscripting, superscripting, making bold, etc. This editor
 we
  need to embed in our jsp page.

 'openWYSIWYG' and 'tinyMCE' are JavaScript
 rich text editors embeddable in web pages
 including JSPs

 Paul S.

 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Regards

Girish S.Havaldar


Re: Regarding Text field editor in JSP

2007-07-28 Thread Hassan Schroeder
On 7/28/07, Girish Havaldar [EMAIL PROTECTED] wrote:

 the openWYSIYUG is working fine, in my application i have five
 textarea, i want to make use of only one editor  tool bar, which will
 formate all textarea. i don't want to bind the editor to all 5 textarea
 separately, is there any way to accomplish this.

I use tinyMCE like that for one app -- single editor instance, content
from paragraphs is loaded into it onclick, save both rewrites the page
and saves the change in the background.

HTH,
-- 
Hassan Schroeder  [EMAIL PROTECTED]

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Regarding Text field editor in JSP

2007-07-20 Thread David Smith
This is more an ajax or client side question.  You might want to look at 
Google Web Toolkit as one possibility.


--David

Girish Havaldar wrote:


Hello

are there any text editor built in  that assist us  in formating input
data, like Subscripting, superscripting, making bold, etc. This editor we
need to embed in our jsp page.





-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Regarding Text field editor in JSP

2007-07-20 Thread Pid

Girish Havaldar wrote:

Hello

are there any text editor built in  that assist us  in formating input
data, like Subscripting, superscripting, making bold, etc. This editor we
need to embed in our jsp page.




http://www.fckeditor.net/

is quite good and has java module.


p


smime.p7s
Description: S/MIME Cryptographic Signature


Re: Regarding Text field editor in JSP

2007-07-20 Thread Paul Singleton

Girish Havaldar wrote:

Hello

are there any text editor built in  that assist us  in formating input
data, like Subscripting, superscripting, making bold, etc. This editor we
need to embed in our jsp page.


'openWYSIWYG' and 'tinyMCE' are JavaScript
rich text editors embeddable in web pages
including JSPs

Paul S.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Regarding Text field editor in JSP

2007-07-20 Thread Evan J

Does any of these toolkits allow the server to provide set of CSS
files upon request of a page with embedded HTML editor so as the
writer composes his/her page, he/she be able to include classes, for
instance, from the designated CSS file(s)?

On 7/20/07, Paul Singleton [EMAIL PROTECTED] wrote:

Girish Havaldar wrote:
 Hello

 are there any text editor built in  that assist us  in formating input
 data, like Subscripting, superscripting, making bold, etc. This editor we
 need to embed in our jsp page.

'openWYSIWYG' and 'tinyMCE' are JavaScript
rich text editors embeddable in web pages
including JSPs

Paul S.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]