• 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

FCKeditor

 
Ranch Hand
Posts: 151
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have seen people using fckeditor.. Can anyone tell me the use of using fckeditor... Will the data inserted in fckeditor creates a new file or the data goes rigth into the DB.

Thank you in advance

 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've moved this to the HTML & JavaScript forum, since the FCKeditor has nothing to do with Servlets.

It sounds like you might want to read the FCKeditor overview, then base your questions on what you understand or what you still don't understand.

A basic answer to your question is that the FCKeditor does not create files or insert data into tables. It provides a client side rich editing environment. What you do with the data after the client has finished editing it is up to you. When the form (that you create) is transmitted to your server-side application, you can store it in a database, or in a text file, or send it to the printer - whatever you feel is appropriate.
 
A berm makes a great wind break. And we all like to break wind once in a while. Like this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic