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 t

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. O

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:

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 incl

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 Descripti

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 w

Regarding Text field editor in JSP

2007-07-20 Thread Girish Havaldar
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. -- Regards Girish S.Havaldar