Tagged Questions

18
votes
2answers
2k views

Any WYSIWYG rich text editor that doesn't use HTML (contenteditable or designMode), a la (the new) Google Docs?

Besides the new Google Docs, all the other WYSIWYG web-based rich text editors (ckeditor, tinymce, old Google Docs) I've seen are based on contenteditable or designMode. I personally hate using these ...
4
votes
7answers
654 views

Looking for a Rich Text Editor that is simple

I need a Rich Text Editor, if that is the right word for some javascript routines that take over a textarea and makes it look like a word processor. I have looked at TinyMCE, CKE, and Whizzywig. ...
2
votes
4answers
1k views

Strange elements appearing in javascript rich text editors

There's been a rash of strange HTML form elements showing up in javascript-based rich text editors all around the web. The first evidence I can find of this is in the joomla forums a little under a ...
1
vote
3answers
184 views

JavaScript WYSIWYG text editors

I'm writing a heavily-customised WordPress CMS for a fishkeeping website. Currently I'm working on the species profiles which consist of a load of small fields (Genus, Species, Diet, Compatibility, ...
1
vote
2answers
134 views

Rich Text Editor suggestions for CMS build onZend Framework

I developed a simple CMS, for managing my website in zend framework. Now for the contents I require a rich text editor. Is there any specialized editor, which I can use directly on zend frameword. ...
1
vote
2answers
331 views

Rich HTML editor in WPF

I'm working on a WPF application where we need some rich HTML editing features. The application will typically generate some intitial HTML (tables and such) and present to the user, which in turn ...
1
vote
2answers
261 views

how to set value of elrte editor?

I'm working on a update page, and I want to set value of elrte, but how? <textarea id="ehtml"></textarea> .. $(document).ready(function() { $('#ehtml').elrte(opts_edit); ...
1
vote
2answers
131 views

What is the best programmable and well documented WYSIWYG editor? [closed]

We have tried using few of the WYSIWYG editor around like elrte and wysihat from 37signals. But non of them are quite easy to understand or well documented. We want to create our own bottoms so we ...
1
vote
2answers
482 views

What's a good WYSIWYG editor to use with ContentEditable?

I'm trying to build something similar to Google Docs, where you can edit a page directly and not through a textarea or iframe. This is possible with the contentEditable HTML5 attribute. So are there ...
1
vote
1answer
422 views

Alternate editor for RefineryCMS

I think the build in editor isn't really that great and I think about changing it into something different. Is there any complete solution with one of the rich javascript editors available? Basicly ...
1
vote
3answers
209 views

RichTextEditor for PHP CMS

What RTE / WYSIWYG are you using for your CMS please? I am trying to decide on one to use. I am working with PHP and MySQL. Thank you.
0
votes
2answers
311 views

Need to make selected text as bold/italic/underline using javascript, or need very basic text editors suggestions

I am trying to figure out how to create a textarea with 3 buttons: bold, italic, underline. I cannot go with any WYSIWYG editor as I have tested most of them and no one fits my needs. (e.g. most are ...
0
votes
2answers
190 views

elrte : dialog is not a function error

when i click add image or add flash or add table button, especially when i click buttons that open a dialog box, I'm getting this error. What is the problem do you think? in firefox Error: ...
0
votes
0answers
76 views

Wrong highlight-color on buttons of YUI rich text editor

Hello fellows, I'm currently using YUI rich text editor. I'm getting the wrong highlight-color. Any suggestions? here is the code I'm using to develp this, <script> (function() { var ...
0
votes
3answers
369 views

Adding buttons for HTML elements to the Sitecore rich text editor

I would like to add a button to the Sitecore rich text editor toolbar, specifically one that inserts the H2 element. I know the H2 element can be inserted using the paragraph styles pulldown menu, ...
0
votes
1answer
69 views

is WYSiHat some how based on YUI

I have a simple question. IS WYSiHat WYSIWYG rich text editor some how based on YUI? As far as I understand it is not, but some how the way it is coded is very similar to YUI. Thanks
0
votes
1answer
86 views

Drupal6: Linebreaks from fckeditor aren't reflected on page - solved

I think this might be a problem with the theme I'm using (Nitobe). I'm also using the WYSIWYG rich text editor fckeditor. When I make formatting changes to a post using fckeditor, such as bolding, ...