Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
7
votes
1answer
304 views

Allowing custom tags in TinyMCE for intergration with indexhibit

I'm trying to allow some custom tags to be entered into TinyMCE. The tag is <plug:plugin_name /> However this is turned into <plug:plugin_name></plug:plugin_name> I'm about to ...
4
votes
1answer
416 views

Submit the dijit editor contents

I am trying to learn the dijit editor. I want to replace an existing text area with dijit editor widget.So I wrote 2 jsps - one using the dijit.Editor which feeds another jsp with the editor contents. ...
4
votes
3answers
530 views

How to create a rich text editor [closed]

Hey all i want to know what is the concept behind creating the rich text editor. i mean how to create a rich text editor. I want to learn the implementation. PS: please donot suggest using YUI or any ...
4
votes
7answers
655 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. ...
4
votes
2answers
2k views

jQuery Rich Text Editor

I'm currently using TinyMCE 3 on a site, but have noticed it's pretty bloated (many files to download, etc.). I'm working on improving the site's download time, etc. One of the things I want to do is ...
4
votes
3answers
5k views

workaround for contenteditable on iPad

I have a web application that uses TinyMce to allow rich text editing. Some of my customers are desperate to get it to work on iPad (which doesn't support contenteditable and therefore TinyMce doesn't ...
4
votes
2answers
375 views

Free Rich Text Editor using on ASP.NET

I need Free Rich Text Editor to use on ASP.NET. Any suggestions?
4
votes
5answers
99 views

determine when contents of html tag changes

Is there a way to determine when the contents of a HTML tag has changed? I would prefer to catch an event rather than polling it. My use case is I have text enclosed in span tags within a rich text ...
3
votes
2answers
453 views

How to highlight friends name in Facebook status update box (textarea)?

In Facebook status update box, when I type @ and start typing and choose a name, say Steven Gerrard, from the friends list suggested by fb, my friend's name is highlighted in the textarea like this ...
3
votes
1answer
208 views

How to get Rich Text Box Character Color?

I have one rich text box application an i have to perform two operation withing. 1) I have to highlight only some percent of character of rich text box text. Example: Suppose I have 100 character ...
3
votes
2answers
318 views

Rich Text Editor That Can Strip Microsoft Word Formatting?

I'm building a (CakePHP) website with an admin section that allows rich text editing of some of the entered data. Currently I'm using TinyMCE but I'm not sure if there isn't a better tool for the ...
3
votes
2answers
1k views

Any open source rich text editor for Android?

As the title suggests I would like to know, Are there any open source rich text editor for android ?
3
votes
6answers
499 views

rich text editor with image hosting

is there a rich text editor that has image hosting with it? eg with stackoverflow they are using imgur to host images. or is there another way eg using an api? im using asp.net mvc/c#
3
votes
1answer
736 views

Use elrte Editor in asp.net

how can I use elrte Editor inside asp.net website?(any example)
3
votes
2answers
2k views

How to get HTML text from Adobe Flex Builder RichTextEditor?

How to get HTML text from inputed and edited text into Adobe Flex Builder RichTextEditor control? I mean with valid HTML coming from the Flex RichTextEditor component Not Badly formated HTML, with ...
3
votes
2answers
3k views

Flex: Does anyone know a good HTML editor?

I am looking for a flex component that could allow me to edit rich text with images. Something like the RichTextEditor from flex except it allows you to add and preview images too, and which can ...
3
votes
3answers
2k views

Flex Text Control Undo

I'm having trouble finding any resource for adding ctrl-z undo capability to a Flex RichTextEditor control (a lack it apparently shares with other Flex text controls). I'm baffled that it's not in the ...
2
votes
1answer
20 views

TinyMCE is removing some part of html

I want to be able to insert empty div and span elements, text like [something], but when I save TinyMCE is removing all this code. Is there a config option that tells TinyMCE to return me the exact ...
2
votes
0answers
38 views

copy/paste image in rich editor

I'm using Rich-faces editor in my application, while using the application through Firefox 4.0.1, I realized that i can copy/paste image into the editor. The pasted image is base64 encoded. But the ...
2
votes
1answer
181 views

How did Evernote implement their rich text editor on Android?

As asked here: How did Evernote implement their rich text editor on iOS? I've been struggling to find a third-party library for rich text editing on Android. I've just installed Evernote's Android ...
2
votes
1answer
71 views

Larger CSS font sizes in QTextEdit-based editor

We are making a QTextEdit-based editor. We are using QtGui.QComboBox in QtGui.QTextEdit for selecting font sizes. The CSS sizes we are using are: small, normal, large, x-large and xx-large. The ...
2
votes
2answers
131 views

Best jQuery TextEditor

Anyone know a good Rich Text Editor preferably in jQuery that has a good interface, is customizable and easy to integrate in forms where submitting data is crutial.. I am making a website where ...
2
votes
1answer
150 views

What Rich text editor should I use for a custom CMS

I want to build a custom CMS where users a Rich text editor is the main way to create content rather than wiki markup. Besides stability and performance, I want the RTE to be easily extensible. The ...
2
votes
1answer
141 views

Realtime Web Based Rich Text Editor

Does anybody know of a web based Rich Text Editor like TinyMCE or FCKEditor which supports realtime collaboration? I know of systems like EtherPad, but I'm interested in finding something I can embed ...
2
votes
2answers
258 views

Monodevelop's text editor

There are several articles that instruct how to use avalonedit of sharpdevelop (avalonedit is the editor of sharpdevelop). Is there any article out there that explains how to use monodevelop's text ...
2
votes
1answer
581 views

Wordpress Admin: Adding css styles to Rich text editor drop down

Hey does anyone know how to add your own custom css classes to the Wordpress admin rich text editor drop downs? When editing a post you see the drop downs to format the selected text to be a ...
2
votes
1answer
73 views

Javascript rich text editor that allows locking regions

I'm looking for a rich text editor that allows for locking regions so that they can't be edited by the user. These locked regions would contain markup, not just plain text. TinyMCE has a plugin to ...
2
votes
1answer
273 views

IE6 throws mix-content warning when using JQuery RTE

I am using Jquery Rich Text Editor (RTE) in a page accessed through HTTPS in IE6 browser. When the RTE loads I get a mixed-content warning saying: 'This page contains both secure and non secure ...
2
votes
2answers
1k views

Rich text editor for JSF 2

I searched around for a basic WYSIWYG rich text editor that I can use in a JSF 2 (VDL) application, but found nothing satisfactory.. in the sense that: The editor is very extensive, and not ...
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 ...
2
votes
1answer
416 views

What is the best way to parse HTML from a Rich Text Editor in Perl?

Is there a Perl module out there that can take bad HTML (such as what is copied from Microsoft Word) and parse it into nicely formatted HTML? I have looked at HTML::Tidy, but it has gotten horrible ...
1
vote
1answer
51 views

Javascript rich text editor with client side spell checking

I am currently investigating implementing a rich text editor with spell checking capabilities (hopefully out-of-the-box). I have looked at quite a few other questions regarding spell checking and ...
1
vote
2answers
30 views

Rich text HTML editor for websites I can use for free?

I need something that will let my users be able to insert lists, change font colors, create headers etc easily within a rich text editor. Then that field should save a simple HTML string for that ...
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
1answer
41 views

How to change the styling of Control Buttons in TinyMCE edior

I am using TinyMCE to provide rich text formatting options and I want to change the styling of the buttons in the editor. I want to make it neater like the editor that stack overflow has. Can it be ...
1
vote
3answers
46 views

How to use tinymce in django for non admin pages

I have been reading this installation guide to install tinymce with django. Firstly it has not worked and secondly it seems to be linked only with the admin account. Moreover other blogs about tinymce ...
1
vote
0answers
90 views

Using a rich text editor on mobile websites

I'm searching for a rich text editor like TinyMCE or CKEditor. But with support for smartphones and tablets. I've tried TinyMCE and CKEditor on a HTML5 website and I couldn't use the editor at all. So ...
1
vote
2answers
64 views

How to implement a Rich Text Editor in HTML?

Here is the demo: http://www.kevinroth.com/rte/demo.htm when I use firebugs to inspect the source code, I see that it is iFrame only, but how can the iFrame have a text area behavior?? Any ideas on ...
1
vote
0answers
38 views

What options are out there for an Cross DOmain WYSIWYG editor?

I'm writing a 3rd party API for use in client websites and I need a text editor with some basic functionality. It needs to be WYSIWYG as the end user is non technical. I've looked around and the ...
1
vote
0answers
58 views

Why Apple’s SimpleTextInput sample code is inefficient

I’m looking at Apple’s SimpleTextInput sample code, which is a sample project for an iOS text editor that uses Core Text to display the text. This is a wonderful thing. But its ReadMe document says: ...
1
vote
1answer
25 views

How to store data from a richtexteditor to accomodate searches?

We're considering adding rich text editing to our system. I understand we'll get a heavily tagged string from our textareas. But I wonder about database searches for text within that data. There ...
1
vote
1answer
50 views

Rick Text Editing: Advanced options for Non-Technical Clients

We've for years been struggling on what Rich Text Editor to use for our clients. The large share of our client request concern issues with the editor, and we have summarized the causes to be 90% of ...
1
vote
1answer
125 views

CKEditor Defining Custom Toolbar

I am using CKEditor and have defined a custom toolbar in the config.js file. However, this custom toolbar does not appear when I refresh the page where I have the CKEditor appearing. Below is my ...
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
1answer
56 views

Move cursor to the beginning of a designmode iframe

Is it possible to move the caret to the very beginning (right before first element) of a designmode IFRAME?
1
vote
2answers
332 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
0answers
40 views

wysiwyg inline markup editor?

What I mean by this is something a bit like the stackoverflow markup editor (type markup with realtime rendering) but in a single element, as opposed to having a second window. This would let the ...
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
1answer
39 views

Can I use Confluence's editor in my own project?

Does anyone know what editor Confluence uses, and if it can be used in other projects? Or is it proprietary and not available for public use? I would even be happy if I could whatever JIRA uses, and ...

1 2 3 4