Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Good WYSIWYG editor?

Good WYSIWYG editor?

Scheduled Pinned Locked Moved Web Development
c++architecturequestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Chris Maunder
    wrote on last edited by
    #1

    We've gone through the pain of integrating and heavily modifying CKEditor to replace our aging HTMLArea editor and in the end it's awful. The cursor disappears, the icons look fuzzy and horrible, the resizable window is incredibly flaky and it's a backwards step. Can anyone recommend a browser-based WYSIWYG editor that works in all major browsers, and is flexible enough so it can be easily customised?

    cheers, Chris Maunder The Code Project Co-founder Microsoft C++ MVP

    A L 2 Replies Last reply
    0
    • C Chris Maunder

      We've gone through the pain of integrating and heavily modifying CKEditor to replace our aging HTMLArea editor and in the end it's awful. The cursor disappears, the icons look fuzzy and horrible, the resizable window is incredibly flaky and it's a backwards step. Can anyone recommend a browser-based WYSIWYG editor that works in all major browsers, and is flexible enough so it can be easily customised?

      cheers, Chris Maunder The Code Project Co-founder Microsoft C++ MVP

      A Offline
      A Offline
      alex barylski
      wrote on last edited by
      #2

      TinyMCE is the defacto-standard that most PHP applications default with. It has it's flaws as well, but it's better than FCKEditor, IMHO. Second to that you might consider XStandard Lite (http://www.xstandard.com/[^]) It's an ActiveX/Java component though so I believe your users need to install something. Second to that, many CMS type software are slowly offering/switching to Markdown as an alternative syntax to HTML, might want to check it out here: http://en.wikipedia.org/wiki/Markdown[^] There was a few editors a while back, but only one turns up right now and it's quite buggy in IE7...still the markup is so trivial anyone can write in it within minutes and it's converted to HTML on the fly, so you don't have to worry about XSS exploits sneaking in. p.s-All web based WYSIWYG editors are crazy buggy, they all hack the hell out of the IWebBrowser2 component and each browser needs work arounds. Have you tried running in FireFox? Typically that browser fares best when it comes to working in WYSIWYG editors. Cheers, Alex

      1 Reply Last reply
      0
      • C Chris Maunder

        We've gone through the pain of integrating and heavily modifying CKEditor to replace our aging HTMLArea editor and in the end it's awful. The cursor disappears, the icons look fuzzy and horrible, the resizable window is incredibly flaky and it's a backwards step. Can anyone recommend a browser-based WYSIWYG editor that works in all major browsers, and is flexible enough so it can be easily customised?

        cheers, Chris Maunder The Code Project Co-founder Microsoft C++ MVP

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Chris Maunder wrote:

        Can anyone recommend a browser-based WYSIWYG

        Chris, i also tried the CKEditor, but i was not convinced. So, i opted for FCK Editor. Its better than CK and supports all major browsers..

        Regards Aman Bhullar www.arlivesupport.com[^]

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups