Tagged Questions
The richtextediting tag has no wiki summary.
4
votes
1answer
912 views
YUI Editor: <p> instead <br> on linebreak?
How do I tell the YUI-Editor to enclose all text into <p></p> and use <p></p> instead of <br> if the user issues a linebreak?
Here comes an example to illustrate what ...
4
votes
3answers
3k views
FCKeditor vs TinyMCE and XHTML Compliance
I'm after (short) opinions on FCKeditor vs TinyMCE and whether either or both are XHTML compliant.
In the interest of keeping with the spirit of stackoverflow, if someone has already made your point, ...
3
votes
6answers
886 views
Rich edit in place
What is the best solution for something that support:
rich editor
edit in place
placeholder
save HTML and strip out malicious etc.
I would like to have a nice and usable interface to change data ...
3
votes
3answers
2k views
Removing resize handlers on contentEditable div
I created a contentEditable div to use as a rich textarea. It has resize handlers around it that I'd like to get rid of. Any idea how I'd do this?
Edit: This appears to be happening because I am ...
3
votes
6answers
2k views
32x32 icons for rich text editor?
Does anybody know a open source/free, 32x32 or bigger, complete set of "office" icons for integration in a Rich Text editor - i.e. buttons like
Copy
Paste
Text color
Background color
Bold / Italic / ...
3
votes
5answers
349 views
What WYSIWYG editing component should I use for in-browser editing? [closed]
I'm looking for a good, WYSIWYG editor that I can integrate into my web pages enabling my users to edit letters, legal agreements, etc. without requiring them to learn a new set of commands or syntax ...
3
votes
1answer
2k views
TinyMCE: Using CSS class attributes with the formatselect-dropdown formats
I would like to customize the formats in the TinyMCE formatselect dropdown to support css class attributes.
Example: If would like to be able to select <h2 class='foo'> instead of just ...
2
votes
1answer
650 views
Rich Text Editing - designMode vs contentEditable
When creating a cross-browser rich text editor. Which would you use and why?
Keep in mind that pasting has to be resilient to stand against multiple sources (notepad, word, other websites) and it ...
2
votes
4answers
699 views
HTML / JAVASCRIPT : Disable HTML CONTENT in contentEditable=true
What I want?
I want a div what works like a textarea, I don't want to have the ability to edit things in the div, and paste images and so on just plain text.
Example
www.facebook.com
- The best ...
2
votes
1answer
3k views
TinyMCE: Customize style-names in styleselect-menu
Let's say I have a CSS class named foo but would like it to be shown as foo (1) in the TinyMCE styleselect-menu (one of the default buttons available in the advanced theme).
I tried using the ...
2
votes
3answers
257 views
How do I add rich text editing support to a web site?
I need some basic CMS functionality with rich text editing. On stack overflow there is a regular textarea edit control, with support for Markdown style syntax formatting. That would be beyond my ...
1
vote
1answer
408 views
How to change cursor style on element with 'contenteditable' attribute in IE?
I am trying to change style of cursor on element that has 'contenteditable' attribute set to true in IE.
<div contenteditable="true" style="cursor:pointer;">
text
</div>
I have ...
1
vote
2answers
755 views
C# WPF Text with links
I just found myself a new challenge:
Make a Word Processor that is in handling more like the web than plain text.
Designing a nice framework for this is what i cant wait to start with, but i do need ...
1
vote
0answers
106 views
Google Docs use normal divs on Chrome and iframe on Firefox for presentation.Can you explain why?
This is especially important for text editing. Using iframes for text editing (lets say you will develop a rich text editor) looks like a common and reliable technique. Text editing in Google Docs ...
1
vote
2answers
854 views
IE exec command rich text editing
I'm tring to insert an image in a WYSIWYG editor, but I can't insert images in Internet Explorer(6/7), although it works fine within Firefox. It fails without throwing any errors.
This is what I'm ...
1
vote
6answers
663 views
All I want in a Rich Text Editor is bold, italic, and links. Is there anything out there?
I'm working on a small web application that will let users enter calendar events. For the description of the event, I would like them to be able to do the following:
Set bold text
Set italic text
...
1
vote
2answers
1k views
YUI Editor: How to paste as plain text?
I implemented the Yahoo Rich Text Editor (YUI Editor) in a Rails application using the YUI_Editor Plugin.
If I copy/paste text out of a PDF into a YUI-Editor-enhanced-TextArea (YEETA :)) it does not ...
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
1answer
130 views
rich text editing, prevent embeded javascript code
I made a website using the famous symfony framework. I wanted to add rich editing feature to it. And I found TinyMCE editor. But there comed a problem: how about the user embed some javascript code ...
0
votes
1answer
133 views
How to enter break in Sitecore RichText editor?
When I hit enter on a line in sitecore richtexteditor I get a new paragraph instead of line break. I can manually add it by editing html but how can I add line break in the Design mode itself?
0
votes
1answer
607 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
2answers
116 views
Text editing best practices (with tags, etc.)
I want to create a text field with some text, that is styled with tags. Think of MS Word, some ext is bold, some is a headline, etc. The tags that style the text are not visible to the user, he just ...
0
votes
4answers
803 views
contentEditable cursor position/style in FireFox
I'm having trouble using contentEditable in FireFox 3. I have a problem where the cursor will appear above or only partially in the div after I click in it (until I start typing at which time it ...
0
votes
1answer
970 views
Restricting enter keypress event in an IFrame, does not work
I have an IFrame within my page and am using the designMode="on" on this iframe for a small-level rich text editing.
My concern is that I need not allow the user to enter new lines in it - meaning, I ...
0
votes
3answers
378 views
asp.net mvc and fckeditor
would like to use fckeditor or similar for building/editing webpages on the fly
but there are a few other old questions where there are issues
am looking for any recent experiences/alternatives ?
...
0
votes
2answers
634 views
wxPython RichTextCtrl much slower than tkInter Text?
I've made a small tool that parses a chunk of text, does some simple processing (retrieves values from a dictionary, a few regex, etc.) and then spits the results.
In order to make easier to read the ...
0
votes
2answers
878 views
Rich Text Editor[WYSIWYG] with paging using javascript
Is it possible to implement paging similar to MS Word in a rich text editor using JavaScript.
I need to implement an editor using JavaScript that contains text in pages. If i type text that exceeds ...
0
votes
1answer
101 views
What language should I use to create a simple text-formatting application online?
I want to make a page for a website that will let the user create a blog post, and want them to be able to graphically edit the formatting, like paragraphs and styles, then convert this to html. Is ...
0
votes
4answers
839 views
FreeTextBox tabs are not preserved at postback
We are using the FreeTextBox 3.1.6 on an intranet. The control appears on an ASP.Net project built in Visual Studio 2008.
When clients enter tabs in the text box, those tabs do not get preserved at ...