tinymce

cant post value in tinyMCE

hello there, desperately need help.. im using jquery & tinyMCE to submit the textarea but ive tried many options still the I cant post the value.. kindly need anyone to fix this code and give a clue.. your help is very much appreciated..thank you.. wiwien <!--tinyMCE --> <script type="text/javascript" src="include/js/tiny_mce/tiny_mce...

Remove trailing tags from a HTML textfield in PHP and/or TinyMCE

Hi there I have a problem: I am using TinyMCE for a text field. It all works fine until a user hits the enter button some times at the end of his input (new lines that are not needed). So for some inputs I save <p>CONTENT</p><p> </p><p> </p> or <p>CONTENT</p><br /><br /> Since this input is displayed at other places of the webpag...

Move toolbar to the top in TinyMCE Simple theme

How do I move the toolbar to the top in TinyMCE Simple theme? Thanks ...

Umbraco IE error in tinymce3tinymceCompress.aspx

When using the latest Release version (4.0.4.2) of Umbraco, the tinymce3 control fails to show/load in the backoffice of umbraco. Instead a JavaScript error is shown: --- ERROR CONTENT --- Message: Invalid argument. Line: 1 Char: 14609 Code: 0 URI: http://example.com/umbraco/plugins/tinymce3/tinymce3tinymceCompress.aspx?rnd=5c8e3f37-f...

jQuery resizable dialog with the tinyMCE plugin shifts the titlebar

I have a jQuery dialog box that I'm popping up which has a TinyMCE editor plugin surrounding a text area. For some reason, whenever I make the dialog resizable (i.e. resizable: 'true'), the title bar shifts up about 10 pixels (i.e. the top is partially cut off). When the dialog is not resizable, the title bar does not move. I've tried...

tinyMCE triggerSave not working

Im trying to submit a form with a tinyMCE textarea. Im submitting the form via javascript, and in order to do this i know you have to call tinyMCE.triggerSave to copy the contents of the editor to the hidden textarea it replaces. For the life of me i can NOT get tinyMCE.triggerSave to do ANYTHING. I know its not because i run the command...

IE is not able to display tinymce icons

My code is not able to display the tinymce Icons ...below is my code tinymceSettings: { theme : "advanced", tinymcePlugins: "style,paste,directionality,advimage,advlink", theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,|,fontselect,fontsizeselect,|,bullist,n...

tinyMCE turning <i> into <em> on getContent

in the dom in my tinyMCE editor i see <p> <i>testing 123</i> </p> but when i run tinyMCE.activeEditor.getContent() it returns <p> <em>testing 123</em> </p> Why is it changing <i> into <em>? Im having problems with this because i want to insert text dynamically that is surrounded with tags and things are getting confusing....

How to add Css classes in TinyMCE editor Styles drop down through coding

I want to load some custom css files classes in TinyMCE editor's styles dropdown, how one can do that specially through ASP.NET? is there any feature available from which i can pass on the path of my css files which are on a specific path at runtime? and TinyMCE editor load its classes in its Styles dropdown menu? ...

How can I add an (otherwise) invalid HTML element into TinyMCE.

My HTML contains elements like this, because it uses inlines from django-basic-apps. <inline type="myapp.mymodel" id="4" /> I'm trying to use tinymce to insert one of these into the DOM. On the frontend of the site, these are processed into good code. In tinyMCE I've added the config: extend_valid_elements: 'inline[id|ids|type|filte...

Strip style comments in string pasted from Microsoft Word with PHP

I have a text area that users typically paste content from Microsoft Word into. I am using Tiny MCE for formatting. The problem is they string that gets pasted always has style definitions that are commented out. I need a way to strip this commented stuff out of the string. Here is an example of the comments that get added: <!-- /* Fon...

Customizing the WP image editing widget

While editing a post that contains an image, WP attaches a properties inspector icon over the image to allow editing basic properties such as size, alignment, link etc. I'd like to know how difficult it would be to hack into this dialog screen and add some custom programming to the link area. I'd like to add a popup menu there that I c...

How TinyMCE is supposed to work on ASP.NET MVC page?

Hello, In a previous question someone point out to me that TinyMCE is a nice and free WYSIWYG editor. Since then, the easiest part has been downloading the resource and have a editor being displayed on an ASP.NET MVC sample page. However, I haven't yet been able to make it work (even after surfing in the net - even in the TinyMCE's we...

A potentially dangerous Request

I am new to asp.net. I am using "tinymce", there I am using html tables. On click of a button it's throwing an error: A potentially dangerous Request.Form value was detected from the client (txtspecification="<table border="1" ce..."). Can anyone please help me in solving this? Thanks in advance. ...

What is the TinyMCE jQuery Package?

I've been asked to use the TinyMCE editor in a project. On the download page, there's a main package, and then a jQuery package This package contains special jQuery build of TinyMCE and a jQuery integration plugin. tinymce_3_3_7_jquery.zip What is the jQuery build of TinyMCE? Is it just TinyMCE with the same features built on top of...

tinymce text area onclick event change check box value

hi , i am using tinymce editor for my form. i have three instance of tiny mce editor for three text area. on click a particular textarea i want to select a check box option . first time i am using tinymce editor . how can i select check for onclick of textarea. ...

How to integrate TinyMce with Zend Framework with Gzipping and Image managers?

I have done some research on this subject, and found out, that Gzipping and adding a new image manager through a plugin would not be as difficult. The only question is the Image manager. I have seen some quite good ones, like the Image Manager for JCE, which is a Joomla wysiwyg editor, but none for TinyMce for itself. Could someone s...

Applying css in TinyMCE

Hello.. I am implementing ForeColor in TinyMCE Rich Text Editor. it uses style to apply forecolor to selected text as like this <span style="color: rgb(255, 0, 0);" mce_style="color: #ff0000;">Hello</span>. i want to apply css class instead of "style" here.. how to apply css class here? These Css Classes contain ColorCodes. Examp...

TinyMCE in CMS made simple

Sorry for my bad english! when I create new page, there is no tinymce window to type content, like on this picture. http://wiki.cmsmadesimple.org/images/1/19/Admin_content.png modules folder have got 777 privilegies. Try to reinstall this module, does not work. Set up default options configuration for my user - does not work. What i m...

Configuration / Cleanup problem

Using copy-paste (or the code plugin) users are able to insert content including spans yielding to nested spans even though i thought that my settings forbid nested spans. I do want to have nested spans been filtered out when the "cleanup" action gets performed. Doing a manual cleanup (command "mceCleanup" which is triggered after pasti...