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 based applications.

learn more… | top users | synonyms

4
votes
0answers
217 views

TinyMCE execCommand return undefined

I'm trying to remove tinyMCE from a specific textarea that I have created earlier but the following command kept on producing "undefined" error (checked using firebug console): ...
3
votes
0answers
35 views

customize file menu in tinyMCE

Is it possible to add new menu items in file menu of tinymce for cutomization? I have found the solution to edit or disable the file menu. i.e tinymce.init({ selector: "textarea", menubar: ...
3
votes
0answers
92 views

CPDF ERROR: [Image] Unable to get image:

I have looked all over trying to find an answer to this but none of the solutions worked out! I am trying to print out a PDF of a letter that someone creates with TinyMCE, the html text editor. We ...
3
votes
0answers
355 views

tinyMCE 'SCRIPT438: Object doesn't support property or method 'duplicate''?

I got SCRIPT438: Object doesn't support property or method 'duplicate' error and I replaced the old tinyMCE with new version 3.5.5 Still I am getting the same error on click of a button. Is it ...
3
votes
0answers
192 views

tinymce toggling issue

I'm having the following issue - I currently have a custom toolbar/set of buttons for bold/italic/underline and when each one of them is clicked I'm calling the respective js function. Currently when ...
3
votes
0answers
204 views

Tiny MCE not working in IE9 when using document.domain

I am using the latest version of TinyMCE which will render in IE9 but I cannot interact with it. Removing document.domain will allow it work again, but I need document.domain to make the popup ...
3
votes
0answers
489 views

TinyMCE is stripping out HTML comments

When I input html comments in TinyMCE's html editor, TinyMCE strips out the comment tag. How do prevent TinyMCE from stripping out HTML comments?
3
votes
0answers
350 views

making HTML Source input the default in tinyMCE

Im applying tinyMCE to a text area where I expect only video embed codes to be pasted. Since this works only if the embed code is pasted into the HTML dialog box(theme_advanced_button: "code"), I was ...
2
votes
0answers
38 views

Adding an extra button to Tinymce popup

I need help in adding the browse button to the image poup in Tinymce. I only need the div itself, nothing extra. I'm using Tinymce v4 This is my config: tinymce.init({ selector: "#id_content", ...
2
votes
0answers
67 views

Plone 4.2 TinyMCE jQuery UI Dialog

I am currently writing a replacement for the plone dialog infrastructure. Mostly for personal use and fun, but available on github as collective.js.jqueryuidialog. Currently I'm struggling to manage ...
2
votes
0answers
62 views

Can't type in TinyMCE editor within a jQueryUI dialog box in joomla

I am using the joomla built in function to create a tinyMCE editor on a page within a jQuery dialog box. However, the dialog box appears and the tinyMCE editor is like its in read only mode. This is ...
2
votes
0answers
37 views

ed.onKeyDown in tinymce example

I have newest version of tinymce editor. I have problem, when I want to add section ed.onKeyDown. In firebug console I have error message: TypeError: ed.onKeyDown is undefined Before is my full ...
2
votes
0answers
37 views

Clash between tinyMCE popup and DataTables with server side processing

I need to have table (with thousands of rows) inside tinyMCE popup, so that user can filter / select a row and insert it into editor window. So I have DataTables, with server side processing and ...
2
votes
0answers
175 views

TinyMCE editor with file upload capability for ASP.Net MVC4

I need to have Editor with file upload capability.this question suggest some choices but none of them sounds appropriate.and this one is for Asp.net MVC2 while I'm working with ASP.Net MVC4.
2
votes
0answers
95 views

TinyMCE - mceInsertContent without converting html to entites

I am writing a plugin that will allow me to add prepared html partials to my editor. My problem is that when I run mceInsertContent command it automatically converts my < > brackets into entities. ...
2
votes
0answers
63 views

Restrict upload of file types for Plone authors

Is there a way to restrict the upload of certain filetypes by Plone authors eg an upload filter banning say *.exe etc? Also is it possible to add a TinyMCE restriction like this: ...
2
votes
0answers
94 views

workaround for tinymce utf8 bug

Background: I have a web site that uses tinymce to edit HTML. HTML entities like non-breaking space and &x22C4; are getting converted to UTF-8 characters by tinymce, even though I am using the ...
2
votes
0answers
49 views

iBrowser not working with tinymce_3.5.8

I did following to add iBrowser Plugins to tinymce_3.5.8. 1) iBrowser folder copied to /tiny_mce/Plugins 2) Copied files 'editor_plugin.js' and 'editor_plugin_src.js' to iBrowser 3) Configured ...
2
votes
0answers
214 views

TinyMCE custom theme - bullist numlist link unlink not working

So I have created a custom theme for TinyMCE using the button method on their website. Most of the buttons seem to be working, but the bullist, numlist, link, and unlink buttons do nothing. Even when ...
2
votes
0answers
48 views

How To Enable CORS For TinyMCE Hyperlink Dialog Box

I have a requirement where I need to make a cross domain request to add a hyperlink for a TinyMCE text. This opens a dialog box which has the CORS url. The problem is I cant figure out how to enable ...
2
votes
0answers
64 views

TinyMCE audio source wrong formatting

I'm trying to make work with TinyMCE, but I'm having a serious problem with the sources. What I need is to get this code: <audio controls="controls"> <source src="file.mp3" /> ...
2
votes
0answers
54 views

Tiny MCE Editor removes non HTML part

This problem is related to Tiny MCE Editor which is truncating my Non HTML part when I uncheck the option "Use raw HTML editor". Here are the steps: Reach to the editor and paste my HTML (and Non ...
2
votes
0answers
344 views

issue in browsing image in tinymce editor

I am trying to implement photo upload option in tinymce editor. For that I have uploaded latest version of ajaxfilemanager. I just put the folder under the plugin folder of tinymce. and create one ...
2
votes
0answers
312 views

Duplicate AssemblyTitle Attribute when using MCImageManager

I just bought a pack of MCImageManager an hour ago and set i up as follows:- Unpack the imagemanager and copy it to the tinymce plugins directory (tiny_mce/plugins/imagemanager). Copy the dll files ...
2
votes
0answers
144 views

Wordpress tinymce issue in article posting

Found 1 strange issue in word press article posting for one specific user. User adds article in tinymce HTML mode Again trying to add new post in tinymce Visual mode. not actually posted, just ...
2
votes
0answers
207 views

Jquery autocomplete not working on Wordpress post edit screen, (conflict with tinymce scripts)

TOday i did a lot of googling to find the solution to my jquery autocomplete issue. Finaly i am here to find help... The issue is... On my wordpress admin side (on post edit screen) I am using jquery ...
2
votes
0answers
24 views

Online storage of content created using TinyMCE

We are looking into a means of saving files created using TinyMCE in an Online storage. Does anyone know what are the best options for this. Is it possible to integrate with Google Docs or the ...
2
votes
0answers
104 views

Tinymce, textarea in my textarea editor

I use TinyMCE. If I insert in my textarea (editor) another texarea, tinymce considers that the closing tag of this one is concerned and so he closes the editor. All code can be found there after ...
2
votes
0answers
110 views

Tiny mce line breaks

I use tiny mce for user to display text. And i use this code to display their text: <script type="text/javascript" charset="utf-8"> function init_ContentSwap() { var swap1 = { ...
2
votes
0answers
158 views

Replace " (&quot;) in TinyMCE fails

I'm having troubles with the ["] <- sign in tinyMCE (v3.5.7). It actually does not get replaced to [& q u o t;] which is actually needed. What it does is acutally replacing it with [& # 8 2 ...
2
votes
0answers
400 views

TinyMCE and bootstrap conflict

I use tinyMCE editor to edit article content on my site and bootstrap.css to styling content. When I do that in Internet Explorer, I have some troubles. TinyMCE resizes images by native browser method ...
2
votes
0answers
111 views

Want a dedicated button AjaxFileManager for TinyMCE

I want to add a button in tinyMCE Editor which will open up the AjaxFileBrowser and selecting a file and clicking select Button will return the file path in the editor, as it does in the image/media ...
2
votes
0answers
82 views

tinymce pre plugin button looks disabled

I am using tinymce in my rails 3.2 application. I have added pre as a plugin in tinymce.yml in config. But the the button that appears on UI to add the code segment looks disabled. Why? There are no ...
2
votes
0answers
923 views

How to create a custom ListBox with jQuery TinyMCE?

Question: I use TinyMCE, JQuery edition. Now I want to add a custom listbox to the toolbar, like this: http://www.tinymce.com/tryit/listbox_splitbutton.php# The problem is, in the example, it's the ...
2
votes
0answers
205 views

tinymce textarea value is empty after POST in IE

I'm very annoyed on this one. I use the latest version of TinyMCE with Jquery (tried also just TinyMCE) and when I submit the form with the textarea in it it causes problems in IE - the value is ...
2
votes
0answers
120 views

Localization for custom button in TinyMCE

I added a button to TinyMCE with this: editor.addButton('x', { title : 'do stuff', onclick : function() { } }); In setup function. It works well. But I need to localize the title. How ...
2
votes
0answers
364 views

jQuery Autocomplete on TinyMCE

I almost got jQuery Autocomplete to work perfectly with TinyMCE. I got everything working, except for the keyboard response. More precisely, what I can't get is to enable the user to press the down ...
2
votes
0answers
86 views

Center aligned text is disappearing in Tiny MCE full screen mode on window resizing

Centrally aligned text on editor instance of Tiny disappears. This happens when I re-size the Tiny window in full screen mode. Text appears back when I toggle to normal mode. Has anybody faced this ...
2
votes
0answers
134 views

Making tinymce automatically open and get populated when I click on a link?

I have a grid containing many records. Each record has some basic information such as an ID and status. What I would like to do is: When a user clicks an edit HTML icon on a row I would like to make ...
2
votes
0answers
332 views

TinyMCE removes blank elements

I have an element on my page which has no content. e.g <p> &nbsp; </p> When I try to edit this element in TinyMCE, it removes the element completely. I want this functionality and ...
2
votes
0answers
321 views

TinyMCE 403 Forbidden page when using line breaks

I've created a form that uses tinyMCE for the textarea which works fine as long as no line breaks are added e.g. <br /> or <p> </p>. I get the error: Forbidden You don't have ...
2
votes
0answers
292 views

Cant paste into TinyMCE on iPad

Developing an app where I would like to be able to paste from Google Docs or even email for that matter into TinyMCE. This works in Safari and Chrome but when I try it on an iPad, it simply will ...
2
votes
0answers
223 views

how to integrate tinybrowser with tinymce3.4.7

My tinyMce editor dint worked at IE9 so that i have upgraded the tinyMce to the latest version 3.4.7 and it works. But when i added the tinyBrowser plugin to the latest version then editor seems to ...
2
votes
0answers
89 views

i have a issue when use tinymce to embed video

This works for me in the editor but when you submit the post data it encodes certain < and > signs as html entities. <p> &lt;object height="350" width="425" ...
2
votes
0answers
529 views

TinyMCE and BBCode plugin

I am trying to implement tinyMCE's BBCode plugin but not being able to make it work. This is the init code: $(textarea).tinymce({ script_url : '/js/tiny_mce/tiny_mce.js', theme : "advanced", ...
2
votes
0answers
255 views

How to solve TinyMce image manager Network Error

It was working until my hosting do some changes to server. I don't know what changes they have made. request is: click here or ...
2
votes
0answers
1k views

tinymce in mvc 3 razor, Ajax.ActionLinks fail after first ajax call

I am using Tinymce inside an asp.net mvc 3 Razor application. An Ajax.ActionLink loads the tinymce editor via a call to a controller action named "GetContent". The GetContent method loads a text ...
2
votes
0answers
659 views

tinyMCE Paste From Word in IE not working with line breaks

This is tested using IE9. All other browsers will work except IE and of course our client only uses IE...go figure. So here's the issue we are having. If you click the "paste from word" button and ...
2
votes
0answers
617 views

Django problems with tinymce

I create a directory named 'js' in my media root then create 'tiny_mce' and copy scrpits from TinyMCE(tiny_mce.js is in this directory) to this folder. Next I create texareas.js in 'js' directory ...
2
votes
0answers
587 views

Syntaxhighlighter and Tiny MCE

I've used this plugin: https://github.com/RichGuk/syntaxhl to get syntaxhighlighter support via tinymce. this works fine (i dont see the highlighter at time of editing, but thats no problem) i send ...

1 2 3 4 5 20