tinymce

TinyMCE vs Xinha

I have to choose an online WYSIWYG editor. I'm pending between TinyMCE and Xinha. My application is developed in Asp.Net 3.5. Could you help me with with some pros and cons? ...

What version of TinyMCE will work in Drupal 5 with google chrome?

My drupal site (internal) will not display the TinyMCE editor when using Google Chrome browser. Has anyone gotten TinyMCE to work with Chrome in Drupal 5? ...

How To Generate A Javascript File From The Server

I'm using BlogEngine.NET (a fine, fine tool) and I was playing with the TinyMCE editor and noticed that there's a place for me to create a list of external links, but it has to be a javascript file: external_link_list_url : "example_link_list.js" this is great, of course, but the list of links I want to use needs to be generated dynami...

how to override Ctrl+V in TinyMCE

I need to cleanup the HTML of pasted text into TinyMCE by passing it to a webservice and then getting it back into the textarea. So I need to override the Ctrl+V in TinyMCE to caputre the text, do a background request, and on return continue with whatever the paste handler was for TinyMCE. First off, where is TinyMCE's Ctrl+V handler, an...

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, just upvote them. Thanks in advance. ...

How do I set the formatting of tinyMCE?

I am using the wysiwyg editor TinyMCE and I have stripped out most of the functions to create a simpler version. However, I need the make the formatting as basic as possible as well, e.g., instead of <p> tags i need to use <br /> tags. Also, I would like it to not convert ' in &rsquo; as I will be using the output in Flash. The only edi...

Is there a way of decoding html entities whilst leaving <br /,><p>, ect alone, using PHP?

I am using tinyMCE as my text editor on my site and i want to reformat the text before saving it to my database (changing the &rsquo; tags into ' then in to &#39;). I cannot find a simple way of doing this using tinyMCe and using htmlentities() changes everything including <>. Any ideas? ...

TinyMCE in JSP(Struts application)

Which download I need to use to use TinyMCE in JSP(Struts application) I see Main Package, Development Package and also different Compression packages.. I am trying to implement Rich text editor for a text area in our application Thanks ...

Problems with Opera and TinyMCE

I have been having some general problems with TinyMCE inside Opera. Some of these include: the save button produces an error when submitting to a popup with an entire form, including TinyMCE, nothing gets posted to the popup (when TinyMCE is removed it works fine) Has anyone else experienced these errors and/or does anyone have a sol...

TinyMCE Draws Okay, But Won't Let Me Type In It. In FF, Buttons Have Error: Component returned failure code: 0x80004005

In previous applications, I was able to get TinyMCE to work just fine. But in this web app, I get the rich editor to show up okay, but for some reason I cannot type into the rich editor field and when I click a button like for bolding, I get this error: Error: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE)...

TinyMCE Plugin building

I am working on modifying an existing spell check plugin for TinyMCE. This is what is supposed to happen: 1. User hits "space" and the spell check runs. 2. If the word is spelled wrong the word gets wrapped with a span and gets a red underline what I find happening is that when the user hits space bar the word does get spell checked ...

Where can I find a visually appealing TinyMCE skin / theme?

just as the title says ... I'm looking for skin that's a little less office 98. ...

Issues with jQuery and TinyMCE rich text editor?

I'm experimenting with the Tiny MCE editor. We also use jQuery, and I noticed that the standard Tiny MCE install includes a file called tiny_mce_jquery.js. Can anyone enlighten me as to what that's for? Oddly, I can't find anything about it online. Should I reference it in addition to the standard Tiny MCE script, or instead of? Does it ...

JavaScript TinyMCE/jQuery race condition on firefox

I have a website with a form that uses TinyMCE; independently, I use jQuery. When I load the form from staging server on Firefox 3 (MacOS X, Linux), TinyMCE doesn't finish loading. There is an error in Firefox console, saying that t.getBody() returned null. t.getBody(), as far as I understand from TinyMCE docs, is a function that retu...

TinyMCE - Pasting from word

I'm trying to configure TinyMCE so that it accepts pasting from Microsoft Word and cleans it up in an expected HTML hierarchy. Most of our editorial staff use a single line break to denote a line break and a double return to indicate a paragraph. However, MS Word's output puts the next line in a separate paragraph (unless you shift-ent...

MCImageManager external authentification

Hello, Could you explain me how to use the external authentification of MCImageManager with a jsp or a servlet ? What should be the result of this jsp or servlet ? What would be the parameters ? Thank you in advance. ...

PHP to clean-up pasted Microsoft input

I have a site where users can post stuff (as in forums, comments, etc) using a customised implementation of TinyMCE. A lot of them like to copy & paste from Word, which means their input often comes with a plethora of associated MS inline formatting. I can't just get rid of <span whatever> as TinyMCE relies on the span tag for some of i...

How do I remove Word markup crap when inserting to a form?

I'm building a CMS in PHP and one dread I have is that the users will have to fill the data in from existing Word (and Excel, but nevermind that) documents. Now, I've seen what happens when they carelessly copy and paste from Word to a textarea: the database got filled with crap markup. Now, I could certainly strip all markup myself, bu...

Problem when retrieving text in JSON format containing line breaks with jQuery

I'm having a strange problem when retrieving JSON formatted text. I use jQuery post to send some data (also JSON formatted) to the server (running PHP) which works fine. Then, when I request the same data from the server using jQuery get, the callback method never executes. This only occurs when the data is JSON formatted and the data co...

IE designMode Showing display:none Divs

I've done a lot of research on this,but I'm unable to solve this problem. I've got a Div with several Divs within it that I want to hide before switching on a TinyMCE instance. I'm doing this via jQuery - $(".drop").hide() This works fine, and every browser engine except Trident (IE) hides them. If I inspect the elements in IE, th...