• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How do i add rich text editor in struts?

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends,
In my project i have one module of send email. I know how to add that option. but again my problem is My customer need rich text editor(Its provide user to decorate text and specially to add images of different size in different positions) in that. Also my customer suggest me another option that, they will create mail in word and copy past that email in text area i provided to add as email body.
Second option i am feeling really tough and almost impossible. how do i create a code who convert word to html code with image source address and converting all edited text to proper html format. I also think and try first option of adding text editor in that. but still not found any programmer friendly text editor which i will add without doing long procedure.
So guys, if anybody have any idea, any solution or even suggestion then please reply me, i am still not able to decide which root i will select so at the end my problem will get solve.

Thank you....
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There's no shortage of rich text editors for HTML forms. I would expect if a form input handles rich text, it would preserve formatting when pasted from Word (I just tested TinyMCE and it does). In any case, this has nothing to do with Struts, so I will move it to a more appropriate forum.
 
Vinod suryawanshi
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Joe Ess for your replay, Actually i am trying to use another text-editor in y application but its not configure properly. Thanks for the link of text-editor...
 
reply
    Bookmark Topic Watch Topic
  • New Topic