tinymce

TinyMCE Spellchecker in ASP .NET MVC

I followed the tutorial described here, in order to make the TinyMCE Spellchecker work on a Webforms application. But I tried to do the very same thing on a MVC project and keep getting errors every time I try to use the spellchecker. I'd like to know what changes or adjustments I need to make in order to make this word on an ASP .NET M...

Setting default font size and background color in TinyMCE

Hi, How can I set the default font size and the background color in TinyMCE? Thanks, Eden ...

tinyMCE & wordpress giving odd characters... tried combination of solutions...

Hi there, I am trying to embed a flash video into a custom setup of the tinyMCE editor. It is seperate from the main WordPress one, but it is still within the wordpress admin area. The output code from a simple youtube embed block is as follows: <p><img mce_src=\"../wp-content/themes/porcelain/tinymce/jscripts/tiny_mce/plugins/media...

TinyMCE use <div align="center"> instead of <div style="text-align: center">?

I am using TinyMCE 3.2.5 and by default when you click the center align button it uses an inline style < div style="text-align=center" >. I would like tinyMCE to use < div align="center" > instead of the inline style. I know setting inline_styles: false in the configuration works. But I would like to use inline styles for everything bu...

with tinyMCE, can you get it to output bbcode tags only?

Hi, After the person submits the form using tinymce, is it possible for tinyMCE to not return any HTML, but rather bbcode type tags? i.e. [blah][/blah] etc? ...

tinymce embed problem

Hi all, currently i am working on few tinymce plugins. in one of my plugin insert to embed flash swf. but it didn't work perfectly. its change the embed tag. here is the code: function insertMp3() { var v = document.getElementById('codebase').value+document.getElementById('file').value var html ="<object classid='clsid:d27cdb6...

tinymce changing urls

I have tinyMCE on a simple text file editor, but when i enter a url that is the same as the server, and include the text file through php, it reads http://../directory, instead of http://www.domain.com/directory. ...

Alternative to Tiny MCE

Was wondering if anyone knows a good alternative to tinymce? I find that it sometimes has problems with AJAX infused content. And I've noticed that it seems a little slow when loading - I first see the textarea with the HTML-Markup and then it flashes and then I see the tiny interface. wmd and markitup are not exactly what I am lookin...

Where is some GOOD documentation how how to properly databind TinyMCE or FCKEditor in order to store in SQL database? (VB)

I have searched high and low and can only find some very bad documentation on how to properly save the data from a rich text editor to a SQL Server database. I am not working with personal profiles, I just want to understand how it is properly done, including how to properly escape said data. ...

Way to check whether TinyMCE is active in WordPress

I'm working on a plugin that, when TinyMCE is in use as the Visual editor, uses TinyMCE commands to insert text into body content editing area. Currently, it works by just running the command. If it works, then TinyMCE is active and if not, then I have custom JS for working with the HTML editor. My question, however: is there any way to...

TinyMCE editor replacing tags inside Joomla articles

I have a front page of my site optimized for SEO. I am using tags to mark important content. When I edit my article in admin section with TinyMCE editor, it replaces tags with tags, which I want to avoid. Any ideas how to make this web editor (TinyMCE) not replace my <strong> tags? ...

Multiple instances of TinyMCE in different forms with same name (jQuery).

I'm trying to implement an autosave feature that submits several different forms on a page with the same name with TinyMCE'd textareas. My code: function autoSaveEditForms() { $("#auto_save_notify").html("Saving..."); $("#auto_save_notify").show(); $("form[name=editForm]").each(function() { if($('input[name="question"]', this).val(...

How Can I overide the CSS style IN a table

when you stretch your table in tinymce you get this <table class="opbouw" style="width: 725px; height: 170px;" border="0" cellpadding="0" cellspacing="0"> however I want it to be overruled because all tables must be 100% width for printing else its looks crappy. can anyone tell me how to overule it so the table is 100% when printing...

embed tinymce in your asp.net mvc website

is there any example code of setting up tinymce within your web application using asp.net mvc? ...

really stupid tinymce question - how can i extract out the html

i am trying to create an ASP.net site where a user can have a wysiwyg editor and can put together a page and i am then saving that page (the html) as an html page. I have looked at all the examples but it seems that from my testing, after i post to the server, i can get the content in pure text form but i can't seems to determine where ...

Validation detected dangerous client input - post from TinyMCE in asp.net

I get this error when i post from TinyMCE in an asp.net mvc view Error: Request Validation has detected a potentially dangerous client input value, and processing of the request has been aborted from googling, it says to just add a validateRequest in the Page directive at the top which i did but i STILL get this error. As you can see...

can you load up a text area with html but display the wysiwyg formatted output (im using tinymce)

i have setup tinymce in a webpage for users to generate html data that i am putting on my website. the issue is that i have existing html pages that i want to use as a starter. I want to have the first time they go to tinymce page, it prepopulates the textarea with the wysiwyg view of the html file on my local disk. is there any way...

csharp code to remove all extraneous microsoft html formatting

is there any way to programatically remove all microsoft html formatting that gets put on and simply render it as regular html. i want to remove all the extra tags as i am trying to load it into tinymce but tinymce doesn't seem to be able to render it. ...

TinyMCE HTML code being changed

I am using TinyMCE, version 3.0.8, and I have a problem which I don't know how to solve. I am new to TinyMCE and so, I say I'm sorry in advance if my question is too stupid but I haven't found an answer for it anywhere. I have one client which wanted to have a different behaviour when using the HTML editor from tinymce. This client woul...

umbraco tiny MCE 3 internet explorer insert link error

Hi, I have an instalation of Umbraco 4.0.2.1. In internet explorer (6 / 7) i get an error when trying to insert a link using the tiny MCE rich text editor. basicaly what happens is i can choose the node in the site i want to link to but when i click insert it reloads but the tiny MCE popup does not dissapear and i get the following pa...