Questions tagged as 'wysiwyg'

1
answer

wysiwyg does not let you type

I am using wysiwyg to create a field with rich text but it is not accepting me to type. What am I doing wrong? Setting Javascript: <script> $(document).ready(function(){ $('#editor').wysiwyg(); });...
asked by 06.07.2015 / 18:16
1
answer

Load RTF content into HTML component

I'm using the SCEditor API to make a text editor available on the page, but I need to fill it out (with the value) with the content of a string in RTF. I did this, but it already made a mistake in the quotation marks ... var textar...
asked by 08.01.2018 / 14:31
1
answer

HTML component word processor

I need to convert the following screen done in Silverlight to HTML , but the biggest challenge is in the component below similar to a word processor like Word. Is there a free component to replace it?     
asked by 05.01.2018 / 13:12
1
answer

Text editor for email formatting

I need to create a page for creating and formatting emails. Which text editor is most reliable to do this? I say this because some e-mail viewers are very limited and do not interpret some HTML tags.     
asked by 30.06.2015 / 16:39
0
answers

How to make the syntax highlighting 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 text-muted">Somente infor...
asked by 08.11.2017 / 19:44
1
answer

WYSIWYG editor with code style

I'm creating a website where I'll post some snippets of code (like a backup of my code), and for that, I'm using ASP.NET MVC. You're almost done, what's missing is a WYSIWYG editor that meets my needs. I'm using TinyMCE. It's very good, bu...
asked by 23.04.2016 / 21:46
0
answers

Upload with PHP, in a folder, the photo added in the wysiwyg html5 editor

wysiwyg html5 how do I get when you add a photo in the editor (this has got), the php upload the photo automatically adicionanda in a folder? html button to insert image <div class="btn-group"> <a class="btn" title="In...
asked by 14.11.2018 / 20:10
0
answers

How to leave a predefined HTML inside a WYSIWYG editor, such as CKEditor 4?

Good evening, just find out recently about the WYSIWYG editors. I'm using CKEditor 4, and would like to know if there is a possibility to put pre-defined text inside it. In other words put an already pre-defined HTML text where the person will o...
asked by 09.08.2018 / 02:15
1
answer

multiple images with wysiwyg editor

I'm using a wysiwyg editor to generate text content for dynamic pages of a blog I'm doing. How would you be able to add multiple images in the text, positioning them in a particular place of text? Is it possible to do this using wysiwyg ed...
asked by 29.05.2018 / 20:05
1
answer

Rails Admin- Problems with gem paperclip and ckeditor

I integrated my application with rails admin, and I placed the ckeditor in one of the forms, I followed all the steps of official documentation it is not accepting my config.js, I reduced the amount of options because it was not necessary to h...
asked by 29.08.2017 / 16:19