Questions tagged as 'tinymce'

1
answer

How do I make a text editor in a TinyMCE-style textarea?

I would like to know what exactly I should study to be able to transform a textarea into a WYSIWYG text editor. Logically I know that I should use Javascript , but I can not imagine how the styles are applied in real time in the content with...
asked by 24.03.2017 / 20:58
2
answers

TinyMCE pick up and set value

How do I get and set the value of the TinyMCE plugin ? tinymce is a textarea plugin with several options is a text box format, when I say take the value I mean what was formatted by the user eg a bold text with size 16 and etc.     
asked by 14.02.2014 / 17:25
1
answer

TinyMCE - How do you make it the required field?

I'm using a TextArea field with TinyMCE for text posting and would like to know if some validation can be added so it does not accept blank values. I have tried to add required of HTML5 , but when I try to send the...
asked by 19.12.2015 / 14:03
1
answer

How to disable checkbox in tinymce based on listbox value

I created a popup in tinymce for WordPress, for inserting shortcodes on the page. When you open the window, it shows a menu listbox with several video source options (sites like YouTube, Vimeo, etc.) and a checkbox , if checked, makes th...
asked by 20.12.2014 / 02:54
1
answer

Problem presenting text in php with editor tinymce

I have a manager with the tinymce HTML editor, but every time I enter information in the database, when I present the page through PHP the text appears without paragraphs and with some tags in> I do not know why this happens. As you c...
asked by 31.03.2015 / 23:44
1
answer

Configure KCFinder on TinyMCE

Hello, I'm using TinyMCE as a text field and I need to be able to upload images to it, and for that I am using KCFinder, but the problem is that when I click to upload images, it only a blank box appears: it follows TinyMCE initialization code (N...
asked by 04.08.2016 / 16:32
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
2
answers

Tinymce does not work with append

When I add a textarea directive in the html the tinymce works, but with the append of jquery, like this: $(".nova_questao").click(function(){ $(".questoes").append( '<div class="questao">'+ '<h4 class="h...
asked by 04.11.2017 / 15:31
1
answer

Retrieve HTML text from the MySQL database with EJS (Node.js)

I'm developing a news portal on Node.js where I save posts to a MySQL database. As a template engine, I use EJS. I use the Tinymce plugin to format the text of the posts (use bold, italic and etc). Tinymce is a visual editor for robust Intern...
asked by 28.05.2017 / 16:29
1
answer

Problem to go to server while loading tinyMCE component

When I insert information into the tinyMCE component and click on any button that submits the form, it has generated the error.    JavaScript run-time error:   Sys.WebForms.PageRequestManagerServerErrorException: An error has occurred   when...
asked by 23.10.2014 / 15:31