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

2
votes
0answers
173 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.
1
vote
0answers
38 views

how to apply standard and advanced theme to tinymce in drupal 7

I have integrated wysiwyg with tinymce editor.. now Tinymce asks to choose buttons which we want in editor... I want to apply its own theme like 'standard' or 'advanced' or any other and dont want to ...
1
vote
1answer
28 views

How to use text-overflow:ellipsis with tinymce

I have a master detail type view setup where you can enter data on the right side (detail) and it will show in a summary on the left side (detail). I accomplished this view using CSS and jQuery. All ...
1
vote
1answer
74 views

TinyMCE: Live copy text from TinyMCE to regular text field

something I've been struggling with here for hours now. We use tinyMCE on the back end for one of our consumer systems and the powers that be have dictated that they want the ability for whatever text ...
2
votes
1answer
83 views

Detect right click delete/cut/copy tinymce

How can I detect right click delete on tinymce ? I detected the paste event by the onPaste event, but I am stuck on the cut delete and copy. I know that there is the event onContextMenu but there ...
1
vote
1answer
45 views

Wrapping shortcodes in temporary div wrappers for editing, then removing them prior to saving the content

I'm working on a shortcodes preview filter where I wrap all of my shortcodes in CSS classed divs that are only intended to be viewed while the content is inside the tinyMCE editor. The first ...
2
votes
1answer
53 views

TinyMCE add runtime styles to disable editing an element

I'm trying to create better "in editor" previews for my shortcodes. So, I'm wrapping them with CSS classed divs that I can style via editor-styles.css like so: if (customid != 0 && ...
0
votes
1answer
28 views

Running jQuery against tinymce

I'm working in chrome console and trying to add some jQuery there in order to manipulate runtime styles of objects inside the WordPress TinyMCE editor. I have a div element inside the editor with ...
1
vote
0answers
30 views

Django charset and encoding

I am trying to store and view greek characters from/to a Mysql db. I want to use utf8 encoding i alter my db with the following command: ALTER DATABASE el CHARACTER SET utf8 COLLATE utf8_general_ci ...
1
vote
0answers
38 views

tiny mce js throwing maven build type conversion error

While including the JS file for tiny mce in the js folder when trying to build the application i am getting the following error: [INFO] ...
1
vote
1answer
22 views

mcimagemanager jump to last textarea

I setup 2 text input which make use of javascript:mcImageManager.open and 2 textarea which load the tinymce richtext editor. when I click on the first text input on the top and load the imagemanager , ...
0
votes
0answers
247 views

Tinymce in ASP.NET MVC 4

EDIT: It's work... I don't now why, because I didn't do nothing, just go sleep and I run project at morning, and it's work. I want add tinymce plugin into my project. And I get an error: ...
0
votes
1answer
29 views

Have custom TinyMCE display on certain pages

Hey so I made a custom toolbar row on my tinymce editor in wordpress. But I only want it to display on certain pages. I assume I'd just have to put my code into a conditional tag. Yet it doesn't seem ...
0
votes
1answer
94 views

Options for HTML editing in JavaFX

I'm looking to replace an HTML editor used within a Swing based application with one based on JavaFX. As far as I can see, there are two possible options: 1) Use the JavaFX HTML editor. While this ...
1
vote
1answer
35 views

TinyMCE issue in pasting the content from MSword-2010. No line break is seen if pasted directly

I am using tinyMCE for pasting description on front end of the site. Issue I am having is - when I try to paste the content taken out directly from MS Word 2010 I am not able to see the same line ...
0
votes
0answers
36 views

tinymce 3 alt attribute value goes to title attribute value

I print the content just before giving it to tinymce 3 editor and the result is this: <img style="width: 86px; height: 56px; border: 0; border-color: #ffffff; margin: 0px;" ...
5
votes
1answer
182 views

MVC4 bundling with TinyMCE

I have an problem using MVC4 Bundling together with TinyMCE. I get this error: GET http://localhost:54717/Admin/EditText//langs/da.js 404 (Not Found) Site:1 GET ...
2
votes
2answers
59 views

Return text length on keyup tinymce

I need to get current text length, (only text length without html tag) from tinymce editor on keyup. What I do is grab the content using getContent(); strip the tag using strip_tags(not php but ...
2
votes
1answer
24 views

TinyMCE button insert order

Is it possible to specify where a button appears (first, last) on the editor toolbar? Perhaps by passing an optional parameter? function add_tinymce_button() { if ( ! ...
2
votes
2answers
110 views

How can I stop TinyMCE from converting HTML entities back to special characters?

When I put something like &pound; or &copy; into my TinyMCE editor and save the text, then when I load the text back from the database, it appears to turn into the actual £ and © characters. I ...
1
vote
0answers
81 views

TinyMCE, save_callback and onSaveContent

I'm using the tinyMCE editor with some custom plugins. The problem I have is when I save the content, I would like do some work before sending the HTML to the server. I know there is two functions to ...
0
votes
0answers
16 views

tinymce only shows iframe but not styles

{% block content %} <script type="text/javascript"> tinyMCE.init({ mode : "textareas", theme : "simple", editor_selector : "mceEditor", editor_deselector : "mceNoEditor"}); ...
1
vote
0answers
29 views

Orchard Upload Documents w/TinyMCE

I know Orchard contains a built-in set of options for TinyMCE with uploading media, but is there an equivalent for just uploading standard documents that is similar so users can link to them in the ...
1
vote
1answer
14 views

Wordpress TinyMCD download

Anyone know of a place where I can download the TinyMCE and image uploader that wordpress uses or at the very least something similar?
2
votes
1answer
132 views

knockout.js how to init tinymce?

I am trying to integrate timyMCE into knockout, the idea is, when click on the link, then show the content as non-editable, then click on test to edit to open tinymce. And then create a button to save ...
1
vote
1answer
63 views

Call tinyMCE windowManager.open with a percentage value for window width

The script below invokes an inline popup window from a tinyMCE editor. I need to convert the width to a percentage value instead of a pixel based value. Any ideas how? (function() { // Load ...
2
votes
1answer
48 views

Best theme shortcode implementations

I've been hesitant to pull the trigger on adding shortcodes to my theme and I'm currently testing some examples. There are several ways to implement the shortcodes into the tinymce editor (from a ...
1
vote
0answers
37 views

Tinymce get content issue in ie8 (compatibility mode)

I am showing the tinymce editor inside a modal dialog window. Sometimes while getting the editor content it is throwing a script error in IE8 (compatibility mode). ...
0
votes
1answer
65 views

Customization of TinyMCE Text Editor

How i can customize TinyMCE in my asp.net application so when i enter text in text area of tinyMCE i am able to see its preview and design mode ? Here is script <script ...
0
votes
0answers
18 views

Adding setup function to tinyMCE active edtiro later on

This is how to change the settings of tinyMCE once it's been instantiated, assuming my_fonts has been declared above: tinyMCE.settings['theme_advanced_fonts'] = my_fonts; How can we do the same for ...
2
votes
1answer
113 views

TinyMCE visual editor hyperlink button not working in WordPress 3.5

When i click the insert hyperlin button in the visual editor it literally does nothing. I ran the console in IE to see any errors which i've listed below... SCRIPT438: Object doesn't support property ...
0
votes
0answers
33 views

tinyMCE in Internet Explorer - selecting all text

Whenever someone clicks on a DIV I want it to be activated by TinyMCE and I want TinyMCE to automatically select all the text in the first paragraph of the DIV. This is my code for the selection: ...
1
vote
1answer
32 views

How to get image for asciimath formula when form submitted

I'm using asciimath plugin for tinyMCE which creates image when Tex formula is entered. But when I submit the form instead of image created only formula entered gets posted, I need the image created ...
1
vote
2answers
54 views

Javascript array variable gets lost in loop [duplicate]

So I'm trying to put in additional buttons into my tinyMCE wysiwyg editor on wordpress. They're showing up and are functioning (sort of). When clicked they're just outputting the last variable in the ...
0
votes
0answers
20 views

Custom TinyMCE Plugin appearance in textarea

I developed a plug-in that performs a Tiny MCE gallery, however I would like to customize the appearance of the object in the textarea, as is the case for example with the Flash plug-in provided by ...
1
vote
1answer
20 views

Dynamic Creation of Editors - Does Browser need to exit the function to make the changes?

I am trying to dynamically create and destroy TinyMCE editors like this . 1) It appears that if I put a break point and check for tinymce editors after creation , i.e after the first for loop - I dont ...
0
votes
0answers
42 views

tinymce ajax generated textarea

I am using tinyMCE in my project. The editor is working fine in normal scenario. In one page I have to add new textarea using ajax and apply tinyMCE editor. When I save the content using form ...
1
vote
0answers
34 views

Add class to any element in TinyMCE visual mode

I'm looking to add some scripting to my TinyMCE editor that allows me to right click on any element and apply a class to it. For example, if I right click inside a bullet list, a context menu pops up ...
1
vote
1answer
16 views

Tiny mce height different in different browser

I have this code in my JS: tinyMCE.init({ width: "100%", height: "550", }); yet the height on the tinymce is seen differently in different browser. Any idea how can we solve this ...
1
vote
1answer
52 views

PHP tinymce, validation issue

I'm using tinymce on my CMS page and facing a issue for require validation (jquery). Everything goes well but when I'm inserting only date{DATE d/m/Y} using editor. jquery validation do not goes off. ...
2
votes
1answer
146 views

Tinymce: Spellchecker is not working

I am using spellchecker for tinymce in my application. The spellchecker internally using Moxiecode.TinyMCE.dll. It was working fine before our last live update. Suddenly it's giving error saying You ...
1
vote
0answers
22 views

Load Tinymce for new textarea can't resize

I have a form have 1 textarea (tinymce onload) And one button to add new textarea (same id,class) and i start tinymce for this and the first textarea couldn't resizeable ? but if i already had 2 ...
1
vote
0answers
27 views

tinymce covered by white diagonal rectangle in chrome and safari?

I am trying to use Tinymce in my site. For some reason when I use it on chrome and safari it is covered by a big white diagonal rectangle.... It is working fine in firefox. Here is an example ...
1
vote
1answer
28 views

tinymce - how to save rich text and plain text versions at the same time

I would like to leave user to make rich text with tinymce and save it in db, but also I want to save plain text version. Does tinymce provide such option?
1
vote
0answers
21 views

Wordpress access tinymce in admin

I am trying to access the tinymce editor in the wordpress admin section with javascript. For example: jQuery('#tinymce').live('hover', function() { alert('hover'); }); This code does not work. ...
-1
votes
1answer
90 views

tinyMCE is not working [closed]

I am building a site with PHP and MYSQL. I have extracted tiny_mce to htdocs root folder of apache..now the directory is like htdocs\jscripts\tiny_mce.. Now i have included the tiny_mce.js and wrote ...
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. ...
1
vote
1answer
28 views

tinyMCE ssl/https files not loaded

Tiny MCE config: script_url: '/_js/tinyMCE/tiny_mce.js', // Location of TinyMCE script When tinyMce editor is loaded on page it request few files (lang, plugins). Everything is perfect when there ...
21
votes
5answers
540 views

Is there a way to stop a contenteditable's caret from appearing over elements in IE10?

There seems to be a bug in IE10, where if I place an element over another element with the contenteditable attribute, the editor's caret is drawn over everything. You can see this behaviour below in ...
2
votes
1answer
27 views

tinymce - vnc paste issue in Chrome

I have the weirdest problem: When I copy a few lines from realVNC (from linux xterm) to tinymce textarea in Chrome, every cluster of blank spaces are collapsed into one (also in the full example given ...

1 2 3 4 5 60