tinymce

TinyMCE + Safari 3 - Table insertion does not work

Has anyone else had this issue and found a working solution? I've enabled the Safari compatibility plugin, but it still behaves incorrectly for me. ...

tinymce opening a new window switches to download dialog in firefox and chrome

Hello all, this pretty much is the thing. When in tinymce I press anything that is supposed to open a new window, such as color picker or a link dialog, FireFox/Chrome seems to start opening the window and then all of the sudden it opens a standard file download dialog asking if I am sure I want to download the requested html file. Sa...

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 this? Some more detail: I have a "Add Comment" button that should load the TinyMCE javascript file (I've boiled all the TinyMCE stuff down ...

Periodically calling TinyMCE's triggerSave function

If anyone knows TinyMCE well, do you know if it has built-in support for periodically calling its triggerSave function? (This function copies it's content to its "parent" textarea. I want to observe said textarea for changes so I can implement autosave.) Thanks ...

TinyMCE: Possible to limit to only allow bullets?

Hi, I'd like, if possible, to use TinyMCE (WYSIWYG Editor) to allow users to created bulleted lists and only bulleted lists. Anyone know of a way? Thanks, Paul ...

Implementing Tiny MCE As Local HTML Editor

UPDATE: There are stupid questions, and this is one of them. I didn't realize that serving JavaScript via Django was so large a question. When I've answered it, I'll post the most useful resources for those who want to RTFM, unless the mods close this first. Until then, sorry for wasting your time. How do I install and configure Ti...

Using TinyMCE with ASP.NET MVC

I have TinyMCE working great in my ASP.NET MVC app except for the spellchecker. I followed this article but when I try to use the spellchecker it gives me an "Error: No Response" message. Any ideas on how to resolve this issue? Thanks in advance!! ...

Moving Tiny MCE before the textarea

I want to customize tiny mce according to my needs. If someone have any idea about it please help me. The issue is when you add tiny mce to your page it is positioned after your textarea in HTML dom. ie. <textarea class="fckEditor required" name="data[Banneramend][summary]" id="data[Banneramend][summary]" style="display: none;"/> <sp...

How do I change the format dropdown box of the TinyMCE ruby plugin?

I'd like to only allow h2 and h3, but I'm not sure how to edit the list in the dropdown shown by adding the 'formatselect' button. ...

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 still blank. I believe the issue is because I am posting using the jQuery Form plugin. Thanks ...

How to find/detect any textarea in page using jQuery?

I want to put a function call in my pages called enableTinyMCE(); In that function I want to see if there are any textarea's in my page and if so do the tinyMCE.init() function. How do I detect if there are any textarea elements in the page? ...

how to get tinymce (in-browser "rich editor") to preserve indentation

PROBLEM: I use Drupal with a rich-editor, and the rich editor likes to clobber my text by stripping out the indentation and formatting. This would be unacceptable in a desktop editor, but people seem to tolerate this with in-browser wyswigs. QUESTION: How do I turn this off. I've searched around and I have yet to discover the best pract...

HTML Tags stripped using tinyMCE

Latest version of tinyMCE is stripping my embed tags, and javascript when I use it. I tried setting the verify_html flag to false without any luck. Here is my config js for tinyMCE, can anyone see what I am doing wrong? Update: I am positive it is not a server side issue. I used a plain textarea without tinymce loaded and it worked perf...

$(this).keyup() not responding when focused on tinyMCE

Hi there, I'm trying to fire a function when the "keyup" event happens. This works fine when I'm testing it on normal textarea's and input fields, however, when I use the same code on the tinyMCE editor, nothing happens. I suspect it is because the tinyMCE is running on java, and already has event listeners in place, however my java know...

TinyMCE/MCImageManager path problems

I am having all sorts of weird issues with paths in the tinyMCE. I'm not sure if it has to do with the MCImageManaI'll try to summarize my setup: I've got a .NET website. For now the application root is at http://localhost/APP/ tiny_mce is hosted in ~/tiny_mce, the imagemanager plugin is of course in ~/tiny_mce/plugins/imagemanager ...

Why can't my code find the TinyMce ID in my code behind?

I tested the .NET version tinymce, and it works fine. But when I try to get the id in the code behind, I can't find it. Code: <tinymce:TextArea ID="elm1" theme="advanced" plugins="advimage,print,contextmenu,paste,fullscreen,inlinepopups" theme_advanced_buttons1="bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,...

[TinyMCE] Remove styles when pasting from Word or other source.

I'm trying to set it up so that when I paste text, specifically from Word or another source, all the styling will be stripped. I'm happy to let bold and italic styles stay as well as lists and so forth, but the rest should go. How can I do this? I know there is a plugin that will allow me to do this if I paste via clicking a button but...

TinyMCE with non-rectangular boundary

I'd like to use TinyMCE to WYSIWYG support inline editing of a page's body. The tricky thing is that my page body isn't necessarily rectangular or in the shape of a normal textarea. Imagine a news article like this one. Could I make the entire story body an instance of TinyMCE so that my editor wraps above and below the lead image an...

Page Entirely Blank Despite Having Source Code! (TinyMCE, FireFox)

Alright guys, here's a tough one... In reference to this page. The page will seemingly randomly not display the output of server when using Firefox (version 3.5). I have not seen this problem occur in Safari or IE. The best way to have the problem occur is just reload the page about 10 times and it ought to have happened by then, and...

Rich Edit / Word Processing Control for IntraWeb (Delphi VCL for the Web)?

I am experimenting with Intraweb right now, for a few small personal-use web apps I am wanting to develop. Learning time is at a premium, so I am very attracted to intraWeb due to Delphi experience transferring so well and immediately -- just messing around with it today, I managed to get a data-driven web app up and running, almost eff...