Most voted "tinymce" questions
22 questions
Sort by count of
-
3
votes3
answers1795
viewsTinymce catch and set value
How I pick up and Seto the value of tinymce plugin? tinymce is a textarea plugin with various options is a text formatting box, when I say grab the value I mean what was formatted by the user for…
-
3
votes1
answer3435
viewsHow to make a text editor in a Tinymce style textarea?
I would like to know what exactly I must study in order to transform a textarea in a text editor WYSIWYG.Of course I know I must use Javascript,but I can’t imagine how styles are applied in real…
-
2
votes1
answer294
viewsTinymce - How to turn it into a required field?
I’m using a field of TextArea with the TinyMCE for text posting and would like to know if it is possible to add some validation so that it does not accept blank values. I’ve tried to add the…
-
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…
-
2
votes1
answer198
viewsHow to disable checkbox in tinymce based on listbox value
I created a popup in the tinymce for Wordpress, for inserting shortcodes video on the page. When opening the window, it shows a listbox menu with various video source options (sites like Youtube,…
-
2
votes1
answer671
viewsText presentation problem in php with tinymce editor
I have a manager with the HTML editor tinymce, but every time I enter information in the database, when I present it on the page through PHP the text appears without paragraphs and with some tags I…
-
1
votes1
answer509
viewsProblem going to the server when loading tinymce component
When I enter information into the tinymce component and click on any button that submits the form has generated the error. Error in Javascript runtime:…
-
1
votes2
answers141
viewsHow to rescue html text from database?
I’m using the editor TinyMCE, the data is saved correctly in the database, but I do not know how to rescue them and show them on the screen. It is returning me like this. Would anyone know how to…
-
1
votes2
answers244
viewsTinymce does not work with append
When I add a direct textarea to html tinymce works, but with jquery append, so: $(".nova_questao").click(function(){ $(".questoes").append( '<div class="questao">'+ '<h4 class="h5">1.…
-
1
votes0
answers24
viewsImages added with tinymce do not respect div
I made a little file upload plugin that is integrated into tinymce, but when I add images through tinymce they don’t respect div. How can I fix this? I saw that tinymce adds fixed pixel sizes, it…
-
1
votes0
answers517
viewsI cannot write tinyCME formatted text to the database
The code without the text editor saves to the database. After I placed the editor, the form’s Submit button does not send data. I’m also interested in recording excerpts of programming codes. Below…
-
1
votes1
answer563
viewsRescue HTML text from Mysql database with EJS (Node.js)
I am developing a news portal in Node.js where I save the posts in a Mysql database. As a template engine, I use the EJS. Use the Tinymce plugin to format the text of posts (use bold, Italic and…
-
1
votes1
answer283
viewsAdd variable inside tinymce editor
I’m using the https://www.tiny.cloud/ to create a text editor. At the time of editing, it is necessary to add variables, which at the time of printing will be exchanged for the value corresponding…
-
0
votes2
answers143
viewsHow can I apply a style only to one or the other <p>?
I have a problem that is apparently simple but because of my lack of experience I am getting screwed. The thing is, I’m doing a database listing of a text, and this text already comes with the tags…
-
0
votes1
answer50
viewsProblem with Tinymce Rails
I am creating an application with Rails and made the integration of the Tinymce editor by Gem The installation process went smoothly. I tested it on the local server and it worked the first time.…
-
0
votes1
answer117
viewsConfigure Kcfinder in Tinymce
Hello, I am using Tinymce as a text field and I need it to be possible to upload images on it, and for that I am using Kcfinder, only the problem is that when I click to upload images, it appears…
-
0
votes0
answers281
viewsReturn data with database formatting in a Textarea
Good evening, I am saving the data in the database correctly, IE in the database is recorded: <p style="text-align: center;"><strong>teste negrito</strong></p>…
-
0
votes0
answers50
viewsImage I insert into the email body using Tinymce does not appear in the email
I’m trying to send an email with one or more images I uploaded using the tinymce textarea, where I write the email to be sent, I write what I want and upload the image, it appears there but does not…
-
0
votes1
answer38
viewsSet value in the textarea (Tinymce) by clicking on the table line
Come on, guys, I need a little help here... I am using the Tinymce plugin in a textarea element of my application Node.JS, I wanted to know how to set a text in this element, this text is coming…
-
-1
votes1
answer224
viewsIncoporar iframe social networks in wysiwyg - Tinymce
Whoops, anyone knows how to add option to add or in ckeditor or tinymce, options similar to this: Adding the iframe of a social network, the embed block goes directly to the body of the editor. I…
-
-2
votes2
answers164
viewsCreate dynamic form with tags
Before you read the description below, know that I’m looking for a direction, not for you to code for me. Library references that might help me, some technique I need to know. What I need to do To…
-
-2
votes1
answer77
viewsDelete image file while deleting from tinymce editor
I’m using Tinymce, to edit the website text and also upload images. The upload and its appearance is working perfectly. Question It is possible to send some GET command with the image name so that…