• 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Offline Editor Design ...?

 
Ranch Hand
Posts: 449
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a typical requirement in one of my web based projects. The problem is broken into two parts:

1.The users want to store some notes/comments about a product into the database. These notes/comments are in the rtf(Rich Text Format) containing bold, italics, bullets, spell check etc. text formats. To resolve this we found out a rich text web editor that can give us bold, italics, bullets, spell check etc. features. The question is how shell we store the text in dattabase? In rtf format or in plain text format. We have to read back data for reports also.

2.The real problem is users want this to work as an offline solution also. Means they should be able to export this text and should be able to work on comments from home. Once they are back in office, they should be able to import these contents back to the application.
Whatever solution we work on should be consistent. Even the spellchecker also should be same.


What could be the best design under this scenario?
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Programming Diversions forum is for puzzles and other stuff of general interest. This is bit specific.

I'm moving it to HTML and JavaScript, hopefully Eric knows what to do with it.

Dave
 
look! it's a bird! it's a plane! It's .... a teeny 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