Questions tagged as 'tinymce-4'

1
answer

How to integrate TinyMCE with ASP.NET MVC

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...
asked by 30.01.2017 / 23:44
1
answer

How to edit HTML in a WYSIWYG editor (TinyMCE) and save in the database?

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,...
asked by 15.02.2016 / 14:35
1
answer

Insert JavaScript in TinyMCE

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.     
asked by 12.01.2017 / 14:27
1
answer

How to remove tinymce toolbar?

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,...
asked by 21.12.2015 / 14:37
1
answer

Syntax Highlight and TinyMCE4

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...
asked by 29.01.2014 / 14:16
0
answers

Tinymce - responsive file manager: error undefined "defaultView" in jQ version 1.6

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...
asked by 23.11.2015 / 20:01
1
answer

Add inline CSS in the image using Tiny MCE

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...
asked by 25.05.2016 / 13:51
1
answer

How to print multiple textarea (used with TinyMCE), which are recorded in BLOB, in a single PDF?

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...
asked by 03.08.2018 / 04:37
1
answer

How to use TinyMCE with JQuery?

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...
asked by 13.10.2016 / 15:27
0
answers

How to open the WordPress media library by tinyMCE?

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")...
asked by 27.12.2014 / 23:39