Questions tagged as 'tinymce'

1
answer

Check login in Laravel 5.7 from external script

I have an application in Laravel and I need to check, from an external script, if a user is logged in or not and what it is. For this I use the following lines of code, to load Laravel: require_once __DIR__.'/../../../vendor/autoload.php'; $a...
asked by 17.09.2018 / 10:49
1
answer

Limit a field in the WordPress visual editor when sending a post

I am using a plugin called USP PRO to send content from a form, however I am presented with the following problem: I have a
asked by 08.02.2016 / 07:36
1
answer

Tinymce and ASP.NET (c #) Webmatrix

Good, I have a situation, I enter data to my DB sql by means of a textarea with tinymce, in the database something like this is saved: <div class="f kv _SWb" style="color: #808080; height: 17px; line-height: 16px; font-family: arial, sans-s...
asked by 04.10.2016 / 22:02
2
answers

TinyMCE 4 get id generated for div

I would like to know how I can get the id that is generated for the div in tinyMCE 4. I know it's done through the setup method, but I can not do it. I use the following: tinymce.init({ selector: '#selector', setup: function(editor)...
asked by 21.02.2016 / 18:56
0
answers

Tinymce repeat doubles

I have the following: $scope.tinymceOptions = { mode : "specific_textareas", editor_selector : "w95", height: 100, plugins: "textcolor", toolbar1: "bold italic underline | bullist numlist |...
asked by 10.07.2017 / 14:00
2
answers

How can I recover the data from a textarea that TinyMCE has to format the text

I have a textarea to which I apply the TinyMCE text editing plugin ... Now ... when I want to send the content of that textarea to the database, it directly sends it to me null ... In the Head position the following script (this takes it out...
asked by 06.07.2017 / 19:51
1
answer

Limit number of characters in a textarea control that has the tinymce plugin

I have a textarea in a form, which has an editor so that the user can give different formats to the text. I do it with tinymce. Now, I need to control the amount of characters that you enter, so I do not want you to enter more than 200 (say a nu...
asked by 23.11.2017 / 23:41
1
answer

Edit text saved in tinymce?

I try to understand how it is possible to obtain the content I keep from the tinymce editor, and then edit it when I re-enter the data, try the basics in terms of code, save the information and display it correctly in other pages, but I can not...
asked by 07.08.2016 / 02:40
0
answers

Save and view data with TinyMCE and Laravel 5.5

I have been working on saving the data that I entered in a textarea with TinyMCE this is my textarea <form class="form-horizontal" method="POST" action="{{ route('dgc.vwexpedientes_assign.actualizar_dictamen', $dictamen_t->id) }}">...
asked by 02.10.2018 / 19:53
0
answers

Upload content of TinyMCE

I have installed TinyMCE on my website and I upload the plain text perfectly to the Database but if I try to upload an image or video I create the label <p>&nbsp;</p> with the links the same happens to me ... Is it a pr...
asked by 07.08.2018 / 16:41