Implementing TinyMCE into ASP.NET MVC encountered a problem uploading images .
The form I'm trying to implement is as follows:
I have a View with Script that calls a Controller containing a upload metho...
I currently have a blog about programming created by me and I'm using the TinyMCE editor to create the content.
I specifically use TinyMCE because it has a free plugin for image upload, which makes it much easier to create postings with images,...
I would like to know if it is possible to configure TinyMCE to accept snippets of JavaScript typing field, and if possible, what is the setting required to enable this option.
Good morning, I was able to limit the tinymce buttons as follows:
editor_config.toolbar1 = "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | emoticons";
editor_config.toolbar2 = "";
However,...
Whenever I put a JS, PHP or CSS script in tinymce within the <pre> tags, as Syntax Highlight does, it works perfectly, however if I want an HTML script, as tinymce is an HTML editor, it takes my own tag <pre> and throw...
When I try to insert a file it does not open the file management window and the error: Uncaught TypeError: Can not read property 'defaultView' of undefined
Itriedtorunitwithjquery2.1.4butitdoesnotacceptinsidenoConflict()structureuses:<sc...
I'm using Tiny MCE for the client to post on a website I'm developing. It works super good, the problem is that when you put an image in Tiny MCE, and change its size, it generates the following line:
<img src="source/imagem.jpg?14641" al...
I have several textarea (over 20) on different pages of PHP and I use TinyMCE as the editor for all of these textarea. All are written in MySQL as BLOB, since all textarea allow text and image, and many characters in each. My problem: I can not...
I'm trying to use TinyMCE with JQuery but without success, it sends the textarea data without the formatting, if I try without JQuery it works, does JQuery not accept the html tags inserted by TinyMCE?
Example html part:
<script...
I'm trying to create a shortcode to embed audio files on the page, and I'd rather not use the default WordPress shortcode because I need other parameters.
I use a basic script to open a tinyMCE window, which contains a text box ("audio_url")...