Most voted "wysiwyg" questions
WYSIWYG, the acronym for the English expression "What You See Is What You Get", refers to something like "What you see is what you will get". In practice, it means the ability of a computer program to allow a document, while manipulated on screen, to have the same appearance as its use, usually being considered the final printed form.
Learn more…23 questions
Sort by count of
-
5
votes1
answer80
viewsWhy is the Codeview plugin not highlighting colors?
I’m using the plugin Froala in a textarea, in this way: <textarea name="fDescription" class="form-control" rows="4"></textarea> And then activating the plugin with jQuery:…
-
4
votes1
answer556
viewsUsing Angular WYSIWYG editor
To kind of starting now my studies 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 am not getting the desired result.…
-
4
votes2
answers1498
viewsHow to preview file . Md during editing?
I would like to create markdown documentation for a library on github. However since I have no way to preview what I am doing, it is common to make mistakes that are only discovered when the file is…
-
2
votes3
answers2217
viewsCapture "textarea" from the Responsive WYSIWYG (text editor) plugin
I have the following code: <!doctype html> <html> <head> <meta charset="utf-8"> <title>Untitled Document</title> <link…
-
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
votes0
answers90
viewsIn Tiny wysiwyg editor for Bootstrap does not work creating hyperlinks in Internet Explorer
I’m using the wysiwyg editor Tiny, but I’m having trouble inserting a hyperlink in a text typed in the editor. This occurs only in internet explorer, and as follows: After typing the text, I select…
-
1
votes1
answer110
viewsHow do I create a summary in the text with some WYSIWYG?
I would like to create a summary: 1 - Titulo Tal 1.1 - Subtitulo 1.1.2 - outro 2 - Outro titulo 2.1 - subtitulo etc... I would like something automatic, but I have no idea where to start. Could…
-
1
votes1
answer433
viewsText editor for email formatting
I need to create a page for creating and formatting emails. Which text editor is most reliable for doing this? I say this because some email viewers are very limited and do not interpret some HTML…
-
1
votes1
answer3372
viewsHow to view Tables in pdf with MPDF library?
I have an html that is automatically generated by a wysiwyg component (a text editor) and within one of the texts I generated, this one has a table and this table appears normally in html, however I…
-
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
votes1
answer311
viewswysiwyg won’t let you type
I’m using the wysiwyg to create a field with rich text but he’s not accepting that I type. What I’m doing wrong? Setando Javascript: <script> $(document).ready(function(){…
-
1
votes0
answers70
viewsHow to make Highlighting syntax work in Wysiwig Froala?
I have a structure: <div class="form-group"> <label>Descrição</label> <textarea class="form-control" rows="3"></textarea> <small class="form-text…
-
1
votes1
answer79
viewsHTML word processor component
I need to convert the following screen made in Silverlight for HTML, but the biggest challenge is in the component below similar to a word processor like Word. There is some free component to…
-
1
votes1
answer121
viewsLoad RTF content into HTML component
I’m using the API Sceditor to make a text editor available on the page, but I need to fill it (set the value) with the contents of an RTF string. I did it this way, but it was already wrong in the…
-
1
votes3
answers363
viewsRetrieve typed data in the wysiwyg Bootstrap editor
How do I get the data typed in the form where I use the wysiwyg from Bootstrap? http://mindmup.github.io/bootstrap-wysiwyg/ I am doing so, as I was instructed, but does not pass the value of #editor…
-
1
votes0
answers71
viewsWYSIHTML5 - Text area is not being populated by the API
I have a data editing modal with a text area that is populated by API response. It works perfectly - without WYSIHTML5. When active, the textarea does not display the API response. I have tried…
-
0
votes1
answer140
viewsWYSIWYG editor with code style
I am creating a website where I will post some code snippets (as if it were a backup of my codes), and for this, I am using ASP.NET MVC. Almost everything is ready, what is missing is a WYSIWYG…
-
0
votes1
answer105
viewsRails Admin- Problems with Gem Paperclip and ckeditor
I integrated my application with Rails admin, and I put the ckeditor in one of the Forms, I followed all the steps of official documentation but it is not accepting my config.js, I have reduced the…
-
0
votes1
answer42
viewsmultiple images with wysiwyg editor
I’m using a wysiwyg editor to generate text content for dynamic blog pages that I’m doing. How it would be possible to add multiple images in the texts, positioning them in a certain place of the…
-
0
votes1
answer480
viewsSave content from Quill editor "wysiwyg"
I’m building a posting page I’m having a hard time implementing when picking up content. Quill Publisher Thanks in advance for your help! <script…
-
-1
votes1
answer909
viewsIs there an image upload plugin for Summernote?
I want to use Summernote and I need to upload images, but I do not know how to do, there is some plugin for this (free preference or with accessible value)?
-
-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…
-
-1
votes1
answer591
viewswysiwyg editor, how to pull the contents of the textarea and insert into the mysql database with php
I tried to pull the information contained in the textarea, ie the wysiwyg editor, with the text properly formatted and then include in the mysql database, what occurs at the moment is that it only…