Tagged Questions
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 ...
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
1answer
872 views
Submitting a form with a Dojo Rich Text Editor
Does anyone out there know how to submit a form that contains a Dojo Rich Text Editor?
I've tried adding the "name" attribute to my element that is decorated with dojoType="dijit.Editor", however, I ...
1
vote
1answer
257 views
Fullscreen richtextbox in silverlight
I have a dataform with a richtextbox In it. The user can type some text and have some editing capability, but I'd like to give the user the option to expand the editor to fullscreen to have more ...
0
votes
1answer
25 views
Rich Text editor for multiple text boxes
In one of our apps, we are building a custom rich text editor where the toolsets (bold, italics, bullets .. etc) are applicable to multiple text boxes. We are almost done building the same. It has a ...
0
votes
0answers
84 views
wpf richtextbox background colour set by colour picker
I have created a custom richtextbox and I have also created a custom color picker for that control but I need to set background color when genarating html. Anyone pls tell me a way to do that.
0
votes
1answer
183 views
Silverlight RichTextBox - HTML5 Equivalent?
I've had some experience with the new RichTextBox in Silverlight 4 and I was wondering if anyone knew of a good equivalent/example in HTML5? I've seen this pretty cool example with contentEditable, ...
0
votes
3answers
396 views
Does GWT have richtextbox which show RTF type data?
I'm using GWT Richtextbox, But this widget show values which are simple text or html formatted.
Is there any way to show RTF data in a GWT-Richtext or GWT-htmlEditor widget? Or is there a widget in ...
0
votes
2answers
316 views
Temporaily disabling the C# Rich Edit undo buffer while performing syntax highlighting
I already have a pretty decent syntax highlighter in my Rich Edit control but I have one final problem before it is fully useful:
Whenever I run the syntax coloring it records those coloring actions ...
0
votes
1answer
609 views
Rich text edit control for C++?
I'm looking for a control to edit rich text. These are my requirements:
Fast/lightweight
Support for bulleted/numbered lists
Colored text and highlighting
targeting Windows, but cross-platform ...
0
votes
1answer
693 views
Html rich text editor and read-only content?
I'm looking for a way to make specific elements in a Html rich text editor read-only and not possible to modify by the user. Is there any way to achieve this behavior?
An example of the rich text ...