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

0
votes
0answers
10 views

WP - JS - Get Instance of Tinymce Editor

I'm creating a Wordpress plugin, which adds a metabox right under the post editor containing a button. The plugin also loads a Javascript file right below the closing </body> tag. PURPOSE At ...
11
votes
3answers
7k views

Move toolbar to the top in TinyMCE Simple theme

How do I move the toolbar to the top in TinyMCE Simple theme? Thanks
0
votes
0answers
8 views

Wordpress - add custom tinymce shortcode in another text editor and not only classic editor

Here my problem: I have some different text area (isn't Wordpress Classic Editor, but many Wysiwyg editor from Visual Composer plugin). My theme include in the tinymce some shortcodes. But when I want ...
1
vote
1answer
474 views

initialize tinyMCE with default content

I have a quick question about tinyMCE. I have a textarea, with id="mainbuffer", and the function tinyMCE.get(id).setContent(data). ONLY works when it is called onclick="function()" from a link and ...
1
vote
0answers
22 views

Does the order of jQueryUI Dialogs make a difference (maybe just with TinyMCE)?

In the script below (live example is located at http://jsbin.com/aliket/1/ with source code located at http://jsbin.com/aliket/1/edit), I created two dialogs, where one (#dialog2) is a child within ...
0
votes
0answers
15 views

TinyMCE: validate elements on each keystroke

I'm using TinyMCE as a base for a WYSIWYG editor, and I'd like to only allow a subset of HTML elements to be entered in it, whatever the mean. There are three different means of entering HTML ...
1
vote
3answers
211 views

TinyMCE scrubbing HTML in Umbraco

I'm trying to use bootstrap's collapse functionality in Umbraco, but when I edit the HTML of a page in the rich text editor (TinyMCE), the data- attributes are scrubbed when I save the page so the ...
1
vote
1answer
15 views

tinymce adjust height and button height of toolbar

How can i adjust the style of the toolbar of TinyMCE? I want a smaller toolbar, with smaller buttons. So the height of the buttons and toolbar has to be adjusted. Also i want to remove the border ...
1
vote
2answers
29 views

TinyMCE limit characters typed by users

I googled a lot for limiting the characters in TinyMCE but nothing is working! How do i create a message box if users type more than 500 characters?
1
vote
1answer
17 views

How to add code in tinymce

I'm trying to write a tinyMce plugin to add and also separate code from text like this website , actually to show code in a simple box how can I do that ?
1
vote
1answer
22 views

how to force TinyMCE use inline style when resize image

in TinyMCE when you resize image using image tool. The source code that TinyMCE generated use width="..." and height="..." that is very bad with responsive css stylesheet. How to force TinyMCE use ...
0
votes
0answers
7 views

How can i display the font image instead font size text?

How can i display the font image instead font size text? In Tinymce editor we are displaying the FontSize text instead of displaying font image
2
votes
1answer
622 views

Loading tinymce dynamically

When tinymce is in head, and loads before dom, all is ok. But if i'll try to load the javascript with ajax(jquery.getScript()) it does not work. I'm initalizing tinymce when user clicks the content ...
1
vote
3answers
1k views

TinyMCE moxiemanager

I downloaded TinyMCE 4 and try to install it according to: http://www.tinymce.com/tryit/basic.php or http://www.tinymce.com/tryit/full.php It won't work unless I delete moxiemanager from plugins ...
2
votes
1answer
57 views

Wordpress javascript loaded wp_editor not working on an html loaded content that contains the editor

I am loading an html via ajax but the html contains a tinyMCE editor by calling wp_editor. The problem is I can't switch to different view like from Text to Visual view. I am also unable to Insert ...
0
votes
1answer
24 views

TinyMCE inside Durandal widget - callback after routing transition?

I'm trying to use TinyMCE in a widget but it fails. I think the problem is that view is still hidden when "viewAttached" is fired. It seems that TinyMCE has a bug/feature (read last paragraph) and ...
0
votes
2answers
17 views

Remove body margin on TinyMCE

I'm using TinyMCE for a content editor and it adds an 8px margin to the body. I've went into the stylesheets and changed the body margins to 0, even added body { margin:0 !important; }, but it will ...
0
votes
2answers
315 views

clear cache inside tinymce editor

I have a page that uses tinymce editor, the editor will retrieve a template when i need it to, though the template can be changed i.e images can be modified, now the problem is that whenever i change ...
1
vote
2answers
103 views

TinyMCE/FCKeditor not able to browse for files

I changed some permissions on my server and somehow broke TinyMCE so that it can no longer browse for images and files. I changed the permissions back to what they were but the issue still persists - ...
0
votes
1answer
677 views

tiny mce not working properly in google chrome

I have four textareas in my form. TinyMce editor applies to only first textarea, remaining for textareas dont get editor in google chrome. It works fine in firefox instead.
2
votes
1answer
46 views

Hook into onExecCommand event with TinyMCE 4

I am using TinyMCE 4 but the documentation is terrible. I am trying to provide a live preview of the content in another div (outside of the editor). Right now I am listening to these events: ...
1
vote
0answers
29 views

Mimicing event inside callback function from external of callback

Upon a given event, I wish to trigger a given action. In particular, I would like to hide an editor by performing tinymce.editors['myID'].hide();. Turns out this method is only available within the ...
1
vote
2answers
52 views

JavaScript object properties are “sometimes” undefined

I am very confused. I created the following script which is located at http://tapmeister.com/test/dom.html. For some unknown reason, tinymce.editors.ta1 and tinymce.editors[0] show up as undefined, ...
2
votes
1answer
48 views

How to target TinyMCE editor for styling

I feel kind of silly asking this question. I am simply trying to target the entire TinyMCE editor so I can apply some style to it; for example apply 10px of padding around it. I am using TinyMCE 4. ...
1
vote
0answers
12 views

TinyMCE 4 theme_advanced_fonts

I'm trying to add custom font family in TinyMCE Editor version 4.0b1 and keep failing. All default fonts show, custom fonts like 'Century Gothic' or 'Gill Sans MT' are not showing. Is ...
0
votes
0answers
9 views

Inserting/update a link with TinyMCE doesn't work

I'm trying to insert/update a link with TinyMCE but I get this error message: Uncaught TypeError: Cannot read property 'value' of undefined (link.js: 40) link.js is located in "tinymce > jscripts ...
1
vote
1answer
14 views

TinyMCE: how to edit table width style tag on post

i have a problem, and i haven't been able to solve it or find an answer for a few days now. My theme (BusinessLite) for some reason has set table width in css to 100px!important. This forces the ...
1
vote
1answer
443 views

TinyMCE + Fancybox (AJAX) is giving my layout hell

[Left is the same page as the right, only the right shows all the elements flying out the top of the Fancybox after init of TinyMCE] SEE LIVE EXAMPLE My current setup has Fancybox using AJAX to ...
3
votes
1answer
416 views

TinyMCE 4 with elFinder

Is somebody already tried to integrate elFinder into new (4b1) version of TinyMCE? It looks like previous implementation isn't working. Please post some snippets, thanks a lot.
1
vote
3answers
1k views

Inline editor tinymce

Is it possible to do this in tinyMCE? If yes, How?
0
votes
1answer
14 views

Wordpress Editor text tab design issue?

I tried the Wp_editor in wordpress for the visual tab is working fine and the text tab is getting list order. <?php $settings = array( ...
1
vote
0answers
12 views

TinyMCE - how do I reliably get the node that was selected prior to the blur event?

I'm trying to delete an empty/hanging list item if the user focuses outside the editor when there's one remaining (eg if the user leaves the cursor inside the li and clicks outside the editor, This ...
12
votes
2answers
8k 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 ...
1
vote
0answers
9 views

Tinymce removing fullpage formatting

i use tinymce with fullpage plugin. When i remove content, it remove fullpage properties. content; <html> <head> <meta http-equiv="Content-Type" content="text/html; ...
3
votes
0answers
30 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: ...
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
vote
0answers
27 views

adding custom drop down list in tinymce

I have to display a drop down list in tinymce. I googled to find any tutorial or any good example but I just found that code: // Adds a menu to the currently active editor instance var dm = ...
0
votes
1answer
163 views

Django-tinymce-filebrowser Browse button not working

Hi Iam Using jquery TinyMce Editor in Django. For Image upload, I tried Django-tinymce-filebrowser from https://github.com/aisayko/Django-tinymce-filebrowser in my project. tinyMCE.init({ ...
2
votes
0answers
36 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", ...
-4
votes
0answers
26 views

Using html entities with TinyMCE to prevent bad scripts being uploaded [closed]

I am using TinyMCE so the user can add text to a database and it will follow what they do. If they make a new line it encodes p tags etc. Is there anyway to use htmlentities on the content within the ...
1
vote
2answers
192 views

wp_editor Tiny MCE getContent doesn't return content of HTML view

I am using wp_editor in a plugin I am developing and have noticed that .getContent() does not get the contents of the editor if it is in HTML view (as opposed to the visual editor). If the editor is ...
1
vote
0answers
33 views

Rich Text Editor for iPad

I am developing an iPad app that contains a Rich Text Editor. I did some research and found an excellent tool called TinyMCE. I am trying to integrate TinyMCE in my app, has anybody succeeded in ...
0
votes
1answer
45 views

How to conserve line breaks when saving text in a textarea in mysql?

I am saving text in a textarea in a mysql database, however line breaks aren't conserved. The issue is, the text will be used in a tinyMCE editor, so nl2br won't work. How can I conserve line ...
1
vote
1answer
27 views

Convert from .net rich textbox to tiny mce

Currently I need to transform data from .net rich textbox which have some data as below : {\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;} {\f1\fnil\fcharset204 ...
1
vote
2answers
1k views

TinyMCE - Inserting content at cursor position in IE doesn't work

I'm trying to insert some content at the current cursor position or replace the selected content in a TinyMCE editor instance. I'm using this: tinyMCEPopup.editor.selection.setContent(content); ...
0
votes
1answer
24 views

WordPress allow PHP tags in html editor - surrounding html tags with if else statement

I have searched for hours and I can't make this work. The plugin is supposed to let you type [php] and [/php] tags surrounding your php code which allows it to function in a tinymce html editor. It ...
1
vote
0answers
13 views

tinyMCE 4 Pop-Up Tools Lose Focus in Colorbox Lightbox

I'm trying to move my website to tinyMCE 4, but I've run across a few stumbling blocks since version 4 is still in beta and the documentation on http://www.tinymce.com/ is pretty sparse at this point. ...
1
vote
2answers
2k views

TinyMCE content blank on MVC Post Action

I have a standard form with a textbox with tinymce invoked. All is well however when I post to my action the FormCollection for that field is blank. I have set ValidateInput to false just in case but ...
0
votes
2answers
43 views

Perl, Template-Toolkit and SEO [closed]

I'm not sure how to deploy best practice for SEO in a new project. I'm building a CMS that will be used by a group of writers to post news articles to a website. I'm developing the site using Perl ...
1
vote
4answers
280 views

Cannot make textarea populated by Ajax with TinyMCE editor

I've been working on this for almost 4 hours and I can't get it work. I have a form with a textarea and a drop down list. The drop down data is from MySQL database. When I select and item in the drop ...

1 2 3 4 5 60