Most voted "tinymce-4" questions
Tinymce is an independent open-source platform based on HTML and Javascript that allows you to convert any TEXTAREA into a WYSIWYG editor.
Learn more…12 questions
Sort by count of
-
3
votes1
answer177
viewsHow to integrate Tinymce with ASP.NET MVC
Implementation of the TinyMCE in ASP.NET MVC I found a problem when realizing image upload. The way I’m trying to implement is the following: I have a View with the Script who calls a Controller…
-
2
votes1
answer2038
viewsHow to edit HTML in a WYSIWYG (Tinymce) editor and save to the bank?
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 image upload plugin, which makes it…
-
1
votes1
answer144
viewsSyntax Highlight and Tinymce4
Whenever I put a JS, PHP or CSS script in tinymce inside the tags <pre>, like Syntax Highlight, it works perfectly, but if I want an HTML script, like tinymce is an HTML editor it removes my…
-
1
votes1
answer391
viewsHow to remove toolbar from tinymce?
Good morning guys, I managed to limit the tinymce buttons as follows: editor_config.toolbar1 = "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify |…
tinymce-4asked 8 years, 11 months ago Miguel Batista 2,812 -
1
votes0
answers126
viewsTinymce - Responsive file manager: Undefined error "defaultView" in jQ version 1.6
When I try to insert a file it does not open the file management window and gives the error: Uncaught Typeerror: Cannot read Property 'defaultView' of Undefined I tried running with jquery 2.1.4 but…
-
0
votes1
answer335
viewsScript does not appear when pressing Section
I have a Section called Scripts (the one configured by default): @RenderSection("scripts", required: false) And I’m trying to load the Tinymce Plugin as follows: @section Scripts { <script…
-
0
votes0
answers153
viewsHow to open the Wordpress media library by tinymce?
I’m trying to create a shortcode to embed audio files on the page, and I prefer not to use the standard Wordpress shortcode because I need other parameters. I use a basic script to open a tinymce…
-
0
votes1
answer82
viewsAdd inline CSS to image using Tiny MCE
I’m using Tiny MCE for the customer to post on a website I’m developing. It works super well, the problem is that when you post an image on Tiny MCE, and change its size, it generates the following…
-
0
votes1
answer82
viewsInsert Javascript into Tinymce
I wonder if it is possible to configure Tinymce to accept snippets of Javascript code typing field, and if possible, what is the necessary configuration to enable this option.
-
0
votes1
answer263
viewsHow to use Tinymce with Jquery?
I’m trying to use Tinymce with Jquery but unsuccessfully, it sends the textarea data without formatting, if I try without Jquery it works, will Jquery not accept the html tags inserted by Tinymce?…
-
0
votes1
answer72
viewsHow to print several textarea (used with Tinymce), which are written in BLOB, in a single PDF?
I have several textarea (more than 20), on different pages of PHP and use Tinymce as editor of all these textarea. All are written to Mysql as BLOB, since all textarea allows text and image, and…
-
0
votes1
answer227
viewsProblems in validating a Textarea
I’m having a problem validating a Textarea inside my Form, follows the code of Form: <form class="form-horizontal form-material" id="manual-form" method="post" action="<?php echo…