Questions tagged as 'wysiwyg'

1
answer

Why is not the CodeView plugin enhancing colors?

I'm using the plugin Froala in a textarea , like this: <textarea name="fDescription" class="form-control" rows="4"></textarea> Then activating the plugin with jQuery: $(document).ready(function () { $('t...
asked by 22.11.2017 / 14:53
1
answer

Using WYSIWYG editor with angle

I'm starting my studies now with angularJS. Well, I'm trying to add a WYSIWYG editor (" What You See Is What You Get "). to my script using angular 1.6.1 but I'm not getting the desired result. There is this in the OS where they list a c...
asked by 05.02.2017 / 17:39
2
answers

how to preview .md file during editing?

I would like to create markdown documentation for a library in github. However as I have no way to preview what I am doing, it is common to make errors that are only discovered when the file is already published. Are there any tools where you ca...
asked by 30.11.2015 / 09:40
3
answers

Capture "textarea" from the Responsive plugin WYSIWYG (text editor)

I have the following code: <!doctype html> <html> <head> <meta charset="utf-8"> <title>Untitled Document</title> <link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="st...
asked by 27.09.2014 / 05:17
0
answers

No tiny wysiwyg editor for Bootstrap does not work to create hyperlinks in Internet Explorer

I'm using the Tiny wysiwyg editor , however I'm having trouble trying to insert a hyperlink into a typed text in the editor. This occurs only in internet explorer, and as follows: After entering the text, I select the part that I want to app...
asked by 22.03.2017 / 20:16
1
answer

How do I create a table of contents in the text with some WYSIWYG?

I would like to create a table of contents: 1 - Titulo Tal 1.1 - Subtitulo 1.1.2 - outro 2 - Outro titulo 2.1 - subtitulo etc... I'd like something automatic, but I have no idea where to start. Could someone give me an idea or direction fo...
asked by 05.03.2014 / 18: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

Get typed data in the wysiwyg Bootstrap editor

How do I get the data typed on the form where I use the Bootstrap wysiwyg ? link I am doing this, as I was instructed, but does not pass the #editor value to PHP Js <script> $(function(){ function initTool...
asked by 13.11.2018 / 14:19
1
answer

How to display tables in pdf with the MPDF library?

I have a html that is automatically generated by a wysiwyg component (a text editor) and inside one of the texts that I generated, it has a table and this table usually appears in html, however I need this table to appear in pdf I'm generating....
asked by 10.02.2016 / 01:58