Tagged Questions
TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB. Use this tag for questions regarding the usage of TinyMCE and its integration into CMS and other web bases applications.
35
votes
1answer
21k views
JQuery to load Javascript file dynamically
I have a very large javascript file I would like to load only if the user clicks on a certain button. I am using jQuery as my framework. Is there a built-in method or plugin that will help me do ...
13
votes
4answers
7k views
Why is ValidateInput(False) not working?
I am converting an application I created using webforms to the asp.net mvc framework using vb.net. I have a problem with one of my views. I get the yellow screen of death saying "A potentially ...
11
votes
3answers
10k views
Compare TinyMCE and CKeditor for a Wiki
For a custom wiki django-wakawaka, i want to be able to add a WYSIWYG support.
TinyMCE is obviously the most popular plugin, used even by Wordpress.
But CK-editor seems more feature full.
Those who ...
9
votes
5answers
16k views
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 ...
8
votes
2answers
593 views
Disable TinyMCE URL Conversions
Greetings -
Can anyone tell me how to get TinyMCE to stop converting my URLs to relative links in Plone?
For example, if I enter this in the HTML source:
<img ...
8
votes
6answers
5k views
add tinymce to wordpress plugin
is there a way to add tinymce into my own wordpress plugin?
i've got a textarea in my backend script and want to make this area into a tinymce wysiwyg editable field.
is there a way to do that?
...
8
votes
2answers
4k views
tinymce and importing / copy paste from microsoft word
i am struggling to get an accurate answer on this questions on whether tinymce supports pasting from microsoft word. i guess there may be a lot of out of date information on the web on this topic as ...
7
votes
6answers
695 views
TinyMCE width and height disobedient!
According to the (conflicting) documentation of TinyMCE, the editor takes on the size of the textarea (or other) element that it replaces. It also says that you can set the size of the editor by ...
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 ...
7
votes
2answers
3k views
Magento - How to allow certain tags (iframe, embed) in Magento's CMS editor?
I would like to allow to enter certain html tags such as iframe and embed in Magento's CMS editor. Magento does not allow those tags.
Is there a model or controller that I can edit to allow iframe ...
7
votes
5answers
2k views
TinyMCE with AJAX (Update Panel) never has a value
I wanted to use a Rich Text Editor for a text area inside an update panel.
I found this post: http://www.queness.com/post/212/10-jquery-and-non-jquery-javascript-rich-text-editors via this question: ...
7
votes
6answers
4k views
How to make tinymce paste in plain text by default
Googled it thousands of times, No one gives a complete solution of how to make Tinymce paste in plain text by default and strip out any formatting without clicking the "paste as text" button.
Any ...
7
votes
3answers
8k views
Problem jquery and tinymce : textarea value doesn't submit
I am using jquery and TinyMce to submit a form, but there is a problem in serialization in that the
Textarea value doesn't post.
Here is the code:
<form id="myForm" method="post" ...
6
votes
3answers
758 views
How to handle tinyMCE when automating with watir-webdriver?
I'm evaluating Watir-webdriver, to decide if i can switch to using it for my browser tests (from Watir mostly) and one of the key things would be the ability to interact with TinyMCE WYSIWYG editors, ...
6
votes
3answers
206 views
How safe is it to accept a pre-defined set of non-harmful HTML tags from a request?
One of the first things I learned as a web developer was to never ever accept any HTML from the client. (Perhaps only if I HTML encode it.)
I use a WYSIWYG editor (TinyMCE) that outputs HTML. So far I ...
6
votes
3answers
179 views
Regex to GENERATE thumbnails!?!?! (but that's crazy!)
So here is my situation, and the solution that I've come up with to solve the problem. I have created an application that includes TinyMCE to allow users to create HTML content for publishing. The ...
6
votes
2answers
5k views
Prevent TinyMCE/Internet Explorer from converting URLs to links
I'm using TinyMCE to provide users the capability of simple text formatting (bold, italics, lists) on a textarea form field. Everthing is working properly except that in Internet Explorer (8 but I've ...
6
votes
3answers
5k views
TinyMCE skin or theme that caresses the eyeballs like a milk to a goat
Where can I find a visually appealing TinyMCE skin or theme?
I'm looking for skin that's a little less Office 98.
5
votes
1answer
159 views
setTimeout(f,0) equivalent? why does it solve cross-browser issues?
The following method:
Init: function (selector, settings)
{
setTimeout(function()
{
var s =
{
width: '100%',
script_url: ...
5
votes
1answer
185 views
Why can't I type in TinyMCE in my jQueryUI modal dialog?
I have a basic modal dialog, containing an instance of TinyMCE. This modal is dynamically created each time it is opened, and the dialog (and element) are destroyed and removed on dialog close.
The ...
5
votes
2answers
193 views
TinyMCE default font size
How can I set the default font size of tinyMCE , I've a tinyMCE editor and I tried all the things to change the text-size to 14px and it always shows 10px. I'm using rails 3.1 and tinymce
major ...
5
votes
1answer
122 views
How to implement a TinyMCE Table Drag Handle?
In tinyMCE you can use the table plugin to insert tables, and that is fine. Now when it comes to moving the table around in your content, it's a bit more tricky.
The correct way of doing it at the ...
5
votes
4answers
262 views
TinyMCE issues with resizable content in IE8
Update: After posting on the TinyMCE forum (something I should have done before offering the bounty) the primary issue may be solved, but I'm still very much open to anything regarding the other ...
5
votes
1answer
237 views
Dragging: Replacement of the data
I got a webpage with some html elements including a textarea and an embedded contenteditable iframe (a rte).
Using this code i manage to catch the draggesture event on the main page and set the ...
5
votes
1answer
234 views
Remove tinymce default html
Is it possible to remove tinymce default html?
<p><br data-mce-bogus="1"></p>
5
votes
1answer
91 views
Custom Wordpress Editor?
After looking around for hours I couldn't see anything even close to what I saw here:
http://www.youtube.com/watch?v=Y2Bu5NoYZ7M&feature=player_embedded
As you can see, they created a custom ...
5
votes
1answer
238 views
I'm using Rails3 with tinymce. How to present user close browser javascript then input xss?
I have a site written by Rails3. My post model has a text column naming "content".
In the post panel, html form sets up "content" column to textarea field with tinymce.
In front page, because of ...
5
votes
1answer
266 views
Tiny mce stopped working after upgrade (modified url)
I was using tiny mce (version 3.2.6) for quite a long time (w/o any problems), but wanted to upgrade it to newer version (3.4.2). The reason of upgrade was some problems with third-party plugin ...
5
votes
1answer
393 views
Making TinyMCE image pick dialog point to a default folder on Plone
Plone 4.1.
What would be the easiest way to make TinyMCE image picker dialog point to a site default folder (/image-bank) instead of current folder?
This + folder display as album would provide a ...
5
votes
6answers
934 views
Tinymce images auto-wrapped in <p> tag. CSS ways around or text editor hacks
Hiya,
I have run into this problem many times now using drupal or wordpress where my tinymce config files are a bit too cleverly abstracted.
The problem is that tinymce auto-wraps my <img> ...
5
votes
1answer
895 views
embedded media not showing up in html editor in TinyMCE
And it won't save.
I use the media plugin to insert a video from youtube.
The movie shows up in preview.
I press insert.
This is what ed.execCommand('mceInsertContent', false, h); outputs in ...
5
votes
4answers
714 views
ASP.NET MVC2 Rich Text Editor
basically, my question is pretty much similar and has been asked numerous times. Which WYSIWYG editor is better now that Telerik has released their MVC editor, would it be wise to purchase the entire ...
5
votes
2answers
727 views
TinyMCE and pluploader not working together
I want to have an instance of both TinyMCE textarea and pluplupload custom file uploader on on web page. The problem is that in my Firefox 3.6 or Google Chrome they just don't work together. I checked ...
5
votes
5answers
3k views
Django not recognizing the MEDIA_URL path?
So I'm trying to get TinyMCE up and running on a simple view function, but the path to the tiny_mce.js file gets screwed up. The file is located at ...
5
votes
8answers
2k views
Linebreaks in TinyMCE editor show extra line on preview, not in code
I'm using the BBCode plugin with TinyMCE and see that line breaks are not showing the same between the preview and the HTML code.
I have the following lines in the editor window:
This is line one
...
5
votes
7answers
10k views
What's the best way to set cursor/caret position?
If I'm inserting content into a textarea that TinyMCE has co-opted, what's the best way to set the position of the cursor/caret?
I'm using tinyMCE.execCommand("mceInsertRawHTML", false, content); to ...
5
votes
2answers
1k views
trying to submit rich text editor content in asp.net mvc and getting “potentially dangerous Request.Form value was detected”
I am using TinyMCE in asp.net mvc and getting the error message "a potentially dangerous Request.Form value was detected" when trying to save the text from the TinyMCE editor.
I set ...
5
votes
10answers
7k views
How to make TinyMCE work inside an UpdatePanel?
I'm trying to do something that many people seem to have been able to do but which I am unable to implement any solution. The TinyMCE control works pretty well in an asp.net form until you enclose it ...
4
votes
1answer
44 views
Remove TinyMCE Format Menu Tags
I want to remove some of the tags defined in TinyMCe format menu. How can i do this on tinymce initialization
4
votes
1answer
63 views
How do I compress tinymce and all plugins into a static file?
The documentation for tinymce notes that one can compress all the javascript and components (which I assume includes plugins) into a single file. They do note reasons why one might not want to that as ...
4
votes
2answers
93 views
Ignore/replace element attributes in TinyMCE
I have been searching without any results, does anyone here know how to ignore and/or replace element attributes in TinyMCE?
For example:
<table cellpadding="0" cellspacing="0" class="tdTable" ...
4
votes
1answer
273 views
tinyMCE not working on firefox 5.0
I've just realized that tinyMCE is not working when you use firefox 5.0
First I thought that's my fault with some script , but then I went straight to TinyMCE demo page ...
4
votes
1answer
507 views
TinyMCE, IE9, stripping <script> tags
Good evening, first question here!
I've looked and I've looked, and I've found solutions that don't work. My problem is that IE9 (and 8, 7 etc) will strip tags in TinyMCE 3.4.3.2.
I'm afraid my ...
4
votes
1answer
205 views
TinyMCE browser “fixes”
I'm getting a javascript error in Firefox and Opera when I'm using TinyMCE:
j is null
(function(d){var a=/^\s*|\s*$/g,e,c="B...a.selection.onSetContent.add(f)})}});
This error comes up after I save ...
4
votes
1answer
211 views
PHP error “No input file specified” when calling tinyMCE from a symlink
I use tinyMCE with the PHP compressor. I would like to have it in a single folder, used by all the domains needing it on my server, instead of a copy for each site. However, since I know it's not ...
4
votes
2answers
570 views
Paste Excel Table into TinyMCE while Keeping Format
Is there a TinyMCE plugin that allows to paste a table from MS Excel while also keeping the format of that table?
Partial solution:
So using the paste plugin, you can paste the Excel table onto Word ...
4
votes
2answers
645 views
trigger keyup event on a tinymce window
I have a webpage/form with multiple tinymce instances and setup to respond with count of words/characters. everything works fine but could not get the display of word/character count on page load with ...
4
votes
2answers
206 views
Unifying image management (ImageField vs. TinyMCE) in Plone
Does there exist anything akin "UberSelectionWidget for images?" I'd like to get rid of direct-upload image fields and make all images to be managed through an image bank folder.
1) In all use cases ...
4
votes
2answers
267 views
Pasting From MS-Word into any Browser-based HTML Editor
Ok, I can't be the only one with this problem that seems to go on forever and ever.
We use browser-based html editors (a few different ones) - each one has its own 'paste-from-word' button that works ...
4
votes
1answer
136 views
Inserting and Displaying images within the TinyMCE content editor in PHP site
I am currently using tinyMCE to edit content within my site and I am looking for a way display an image within the tinyMCE once it has been uploaded to the site.
Note: I am not looking for a means to ...