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
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 ...
0
votes
1answer
55 views

how to retrieve the value of TinyMCE

I have problems in 'textarea', I want to take the value of "TinyMCE" how can I take the value of "TinyMCE" with jquery <td> <textarea id="body" name="body" rows="20" cols="50" ...
2
votes
1answer
108 views

Using NicEdit with Knockout

I'm looking to create a custom Knockout binding for use with the WYSIWYG editor NicEdit http://nicedit.com/index.php . I found a fiddle example of what looked like a similar binding here for the ...
1
vote
1answer
47 views

tinymce implementation with php

I newly tried to use TinyMCE in my website but the problem was that by very simple implementation of it in very basic page mentioned in the TinyMCE website I got unexpected result. With the following ...
1
vote
2answers
109 views

Create Custom Color Set TinyMCE

I have been able to create my own Font color picker for TinyMCE, but but the color palette is linked to the original color picker. What I am trying to do is make my custom color picker totally ...
0
votes
0answers
40 views

Get text content between two positions in tinymce

If I have two cursor positions in tinymce (start and end) is there a way in which I can get the content in between these two positions? I am getting these positions by getBookmark() on keydown and ...
0
votes
0answers
99 views

TinyMCE: hidden textarea

I try to setup tinyMCE on my web site. This is my settings: <script type="text/javascript" src="extensions/tiny_mce/tiny_mce.js"></script> <script type="text/javascript"> ...
0
votes
1answer
224 views

tinyMCE + Codeigniter

My problem now is that when I make arrangements to CodeIgniter : $config['global_xss_filtering'] = TRUE; This setting remove tags that I made in the TinyMCE editor <img style="...."> As of ...
1
vote
1answer
13 views

Ignore a certain tag in TinyMCE

I'm using TinyMCE editor in my project and I would like to make it ignore the tag <--image-->. Now, if I write this tag, it replaces it with <p>&nbsp;</p> Is it possible to do ...
3
votes
2answers
181 views

Styles not applying to some elements, Gallery Disappears in TinyMCE, WP 3.5

I'm noticing a strange bug in Chromium/Chrome, when after some edits one or more gallery placeholders (the camera and picture in WP3.5) disappear. In one case, I have one placeholder that displays, ...
5
votes
2answers
77 views

php - wordwrap with html

The problem is simple: Using tinyMCE, I am storing html data into the database. Then at the home page, I am showing 5 latest posts I've inserted into the database. I want to crop each of these posts ...
1
vote
0answers
33 views

Event similar to onSelect event? tinymce

How can I trigger an event on text selection on tinymce? The onselect event does not work. Is there a specific event for this? Do I have to use mouse down, mouse move and mouse up instead? I have ...
1
vote
1answer
45 views

Equivalent of PHP preg_match, substr in javaScript

i'm makeing a tinyMce plugin that change word/letter space between highlighted text. My fn() looks like this: function wordsLettersSpace(words, letters) { var inst = tinyMCE.activeEditor; var ...
2
votes
2answers
259 views

How to make Joomla 3.0 rich text editor allow HTML?

In Joomla 2.5 I use below code generate a rich text editor and it allows me to enter HTML and save it in the database. Code is below. <?php $editor = & JFactory::getEditor(); $params = ...
2
votes
1answer
34 views

Wordpress Tiny MCE change default selected editor

How can I select the default editor to be shown between the HTML and the Visual editors? Currently the Visual editor is always selected by default and I want that the HTML editor is selected when the ...
2
votes
3answers
87 views

Binding multiple events

How can I bind multiple events on tinymce such that those events e.g. click, keyup and change have the same handler function? I am trying like this but the events are not firing. ...
1
vote
0answers
23 views

Can't get TinyMCE to pick up my own CSS file

I have followed the instructions here http://www.tinymce.com/wiki.php/configuration:content_css and created my own CSS file in my Apps root folder, referenced it using tinyMCE.init({ ...
1
vote
1answer
31 views

Setting TinyMce on Ajax / Javascript textarea field

I have a form with a little bit Ajax / Javascript that adds / edits / removes. One of the functions of the JS looks like: $(".edit_row input:radio[type=radio]").live("click",function() { var ...
2
votes
1answer
56 views

Chrome unable to scroll when using TinyMCE

After I have done "init" on my TinyMCE textboxes the window is unable to scroll when using chrome. It freezes and nothing can be done unless I resize the window. Has anyone had this issue and if so, ...
1
vote
0answers
18 views

I have changes server and TinyMCE is adding www, before everything that is uploaded

On previous hosting it was working great, but on my new hosting the files that are uploaded have www before them when added via TinyMCE. e.g. /www/uploads/pages/file/my-uploaded-file.png instead ...
1
vote
1answer
222 views

Custom Color Picker TinyMCE

I am using TinyMCE to for an WYSIWYG editor on my site, and I want to add a custom color picker to the editor in addition to the existing colorpicker using forecolor. I found this ...
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 ...
1
vote
0answers
42 views

jqgrid and tinyMCE or FCKEditor

I've been trying for ages to add any kind of editor to jqGrid. so basically i want to be able to select a row and a modal opens and if it's type= textarea to show the editor. Is this possible? I ...
1
vote
1answer
113 views

TinyMCE on Rails 4, the asset pipeline isn't flowing for me

I have the tiny_mce folder inside of vendor/assets/javascripts/. In my application.js file, I have: //= require tiny_mce/tiny_mce_src.js In development, the Tiny mce editor works. In production on ...
1
vote
0answers
80 views

Tinymce not working in IE from server

I've a Rails application that uses Tinymce to allow users write posts from many forms. It works perfect in firefox and chrome but it doesn't work in IE. I can assume that but the problem is... it is ...
-1
votes
1answer
87 views

TinyMCE Pop Up Showing 404 Not Found

Currently I am developing a website, and using TinyMCE as text editor for the admin backend. Overall it works well, but for several buttons like Link, Image, Media, or any button which should showing ...
0
votes
1answer
31 views

Tinymce Editor not coming up on Croogo on server

I am new to Croogo. I have created few pages on my local server. I was able to use the editor there but when I uploaded the files on server I can't find any editor attached, I can only see few html ...
1
vote
1answer
44 views

Does tinyMCE link list need to be generated by an external file

I'm trying to populate a link list in tinyMCE, but the values need to change depending on what the user has inputted in some other form fields. An array is already getting populated on the page that ...
0
votes
1answer
142 views

Cakephp TinyMce

I am trying to get TinyMce setup with cakePhp, and the only thing that is loading is a textarea. I am going off this article from The Bakery: ...
1
vote
1answer
65 views

TinyMCE editor not showing in N2 CMS

I created a new MVC4 project and added N2 and Dinamico from Nuget. Was working well until I noticed that the tinyMCE editor wasn't showing on text boxes, so I added tinyMCE from Nuget too, and it ...
3
votes
1answer
131 views

Data sent from TinyMCE not saving in proper format

I am using TinyMCE for saving my data. But when I change the color of the selected text to green and show it as as html the output is: text bla bla bla <span style="color: #99cc00;">Selected ...
1
vote
1answer
50 views

TinyMCE text editor is not loading my text

I am using TinyMCE in my page but it's not loading the required Html text. I have created the this text dynamically in Javascript using following code but after using TinyMCE text editor, The text is ...
2
votes
1answer
203 views

TinyMCE - Adding Event Listeners Issue

I'm stuck on understanding how to setup event handlers for my tinymce editors. This post may get long, so my apologies. I'm reading up on this post, which is exactly what I want to do: I may be ...
3
votes
1answer
77 views

JSON TinyMCE return value “\t”

Should I use another variable for "streszczenie"? or what should I do? In my opinion in TinyMCE body have html but I get only "\t" Pobably I have got problem with JS this is new problem - this ...
-1
votes
1answer
141 views

Tinymce, php not store data into mysql

I would use mysql to store the path of news saved with tinymce, but from the code post news save in folder and not insert into DB, the strange thing is i don't get any errors from mysql. here is my ...
1
vote
1answer
36 views

WYSIWYG redactor with normal pasting

When i trying to paste some text from Word or Notepad to my WYSIWYG redactor (imperavi), it allocates every new line with <p></p> tags. Is it possible to configure it to mark new line with ...
1
vote
1answer
31 views

Rendering WYSWYG edited text

I am using TinyMce wysiwyg text editor. I could send the text as expected to the server. What unexpected is, webrowser is not rendering it very well. text that is saved in the server is like this: ...
0
votes
1answer
48 views

TinyMCE 3.5.8: Detailed Steps for Creating a Button that Acquires a Value from User and Inserts it Between a Pair of Tags

TinyMCE 3.5.8 I merely need to create a button (and module) that acquires a user-entered value from a popup and places it between two tags, e.g., [bib][/bib] I am having trouble finding a ...
1
vote
1answer
34 views

TinyMCE real time update

I am using tinymce editor in a form. It works fine. But when I try to use post the form using jquery post method. the tinymce textarea is blank. $.post("/posts/preview/", ...
1
vote
0answers
104 views

How to add richtext (wysiwyg) field to a Magento widget

I created a few small widgets for magento. Everything fine, but I can`t seem to figure out how to add a richtext (tinymce wysiwyg) field to my widget. Only thing I find on this is: "use ‘wysiwyg’ => ...
1
vote
1answer
116 views

TinyMCE is not working correctly in MVC4

I'm in a bit of a bind here. I'm trying to use TinyMCE as a text editor in my MVC4 project. It's pretty simple so far, I just need to be able to show the editor correctly. I have 2 classes of ...
1
vote
1answer
60 views

TinyMCE inside JavaScript Pop-up

I have got problem with TinyMCE when TinyMCE is in Pop-up. Look on my explanation of this problem. This code is in my JSON pop-up <!-- TinyMCE --> <script type="text/javascript" ...
2
votes
1answer
51 views

tinyMCE is not defined

I using TinyMCE in ASP.NET MVC 3 but I think this is not a problem. Error: jquery-1.9.0.min.js:3Uncaught ReferenceError: tinyMCE is not defined localhost:67678/Scripts/jquery-1.9.0.min.js <!-- ...
1
vote
1answer
31 views

Acessing current object from nested function

How do I pass $(this) object to the function inside click event. $('#mainwrap img').click(function(){ mcImageManager.browse({ oninsert : function(o) { src= ...
1
vote
1answer
158 views

tinymce Cannot call method setContent of null

I searched Google and StackOverflow, but I couldn't find the solution to my problem. I'm using the TinyMCE in my page and I call the init like this: tinyMCE.init({ mode : "exact", elements : ...
0
votes
2answers
229 views

tinymce editor remove for some textarea

I have couple of textarea. I am trying to remove tinymce for some textarea except one textarea. I am using following code snippet to remove tinymce. window.addEvent('load', function(){ ...
1
vote
1answer
75 views

Change default font color for of bbpress tinymce forum submission textarea

So after I found that altering content.css from the tinymce plugin folder didn't work I tried the content_css routine by adding a filter to functions.php: function tinymce_other_css_for_content( ...
1
vote
0answers
36 views

TinyMCE imagemanager doesn't work

I have a problem with TinyMCE imagemanager it works on Windows (WAMP) but on Ubuntu I am facing following issue http://www.hostingpics.net/viewer.php?id=146581Capturedu20130320192619.png How can I ...
2
votes
1answer
90 views

Replace TinyMCE popup with FancyBox

I wanna replace TinyMCE popup with FancyBox, I found one solution but I dont know how can I edit my editor_plugin.js. This is my editor_plugin.js. Thank You (function(){var ...

1 3 4 5 6 7 60