froala Questions

9

I'm trying to programatically input html into Froala text editor. Based on their documentation this should work: $(function(){ $('#editor').editable("setHTML", "<p>My custom paragraph.<...
Annual asked 22/7, 2014 at 16:48

0

I am using highlight.js for Froala editor code blocks at React. But I'm getting en error. I used registerLanguage function but it didn't work. Error in browser: Here is my code : import Froala...
Hilleary asked 17/3, 2022 at 10:44

5

I am building an email template with FROALA. I don't want to give the user the power to edit a part of it. Is there a way to stop the user from editing a part of the content? Thank you.
Adlib asked 30/1, 2015 at 15:43

3

Solved

Froala doesn't want show some buttons (like: video, image, table ...) and I don't now why. Maybe I just forget add some script? This My options: public tb = [ "bold", "italic" , "insertTable","i...
Perseverance asked 19/1, 2017 at 16:17

7

I'm trying to add Froala editor to my project. Problem only on production server(on localhost it works fine) I'm using rails 4.1.0 In gemfile i'm have gem 'jquery-rails' In my assets/javascript...
Preconception asked 29/3, 2015 at 8:13

4

Solved

I'm using Froala v2.6.1 and I want to insert a string into the editor exactly at the last caret position when user click a divs, but the string is always inserted at the end of the editor. Here is...
Semicircle asked 1/6, 2017 at 16:8

3

I have added the Froala editor in my Angular 2 app and it works, I just cant find how to customize the toolbar, to show buttons that I want (bold, italic, underline, etc), any help? https://github...
Aurore asked 13/6, 2017 at 14:29

1

Solved

We are using a WYSWIG Editor(Froala Editor) and storing raw HTML that is created by the user. Thus, escaping the string is not an option. I am intending to store the HTML string in a variable or a ...
Hardnett asked 22/11, 2018 at 9:12

2

Solved

Steps to reproduce the issue:: Open the froala editor on https://www.froala.com/wysiwyg-editor. Remove everything in the editor. Insert an image. Add a caption to the image. Click outside the ima...
Fraser asked 27/8, 2018 at 13:38

2

Solved

I am searching for an WYSIWYG editor for my Meteor project. It's Meteor version 1.6.1.1 with Angular 5. I have already tried [Froala][1]. Which was working fine local, but after creating a Docke...
Maudmaude asked 29/5, 2018 at 6:40

1

Solved

I'm trying to get the current HTML from an element using Froala 2.4 My main reason is to be able to compare the original HTML from the new HTML to see if the user has changed anything, and if that ...
Metacarpal asked 18/12, 2016 at 18:27

4

I'm stuck on what to do for having image upload in froala editor. I have carrierwave working for uploading images to google cloud storage for other sections of my app and now I want to have image u...
Akimbo asked 30/5, 2016 at 5:31

2

Solved

I'm using Froala 2 and the documentation doesn't seem to have anything that implies a simple way to set the location of the caret, let alone at the beginning or end. I'm trying to seed the editor i...
Shama asked 12/12, 2015 at 22:10

2

I am using Froala and I am stuck creating a custom drop down with dynamic option sets in it. I have used their common way to create the drop down but that is useless if we have to fetch the values ...
Ibbison asked 10/7, 2015 at 9:16

2

I've been trying to get Froala fully working with my rails set up. I have a type of blog like application with posts and images associated with each post. class Post < ActiveRecord::Base has_ma...
Insured asked 22/10, 2015 at 23:45
1

© 2022 - 2024 — McMap. All rights reserved.