Questions tagged [froala]

Froala is a commercial jQuery based WYSIWYG text editor built with the latest technologies and industry trends in mind.

Froala is a commercial jQuery based WYSIWYG text editor built with the latest technologies and industry trends in mind. It boasts high performance and full cross-browser, cross-platform support for all standard WYSIWYG features as well as being highly customisable in any web application. As stated in the official website, Froala has several plugins for many development frameworks, such as , , , , and .

Resources

Licence

A licence is require to use this software in both commercial and open-source environments - exemptions offered to educational institutes and not-for-profit organisations. Full details may be found on their FAQ.

460 questions
5
votes
0 answers

How do I create a signature using the imageUploadtoS3 option in Froala with Coldfusion 8?

I want to use Froala text editor to upload images directly to my Amazon S3 account. An S3 authentication signature is required. ImageUploadtoS3 javascript: $('.selector').editable({ imageUploadToS3: { bucket: 'editor', region: 's3', …
Rick99
  • 51
  • 1
4
votes
2 answers

Froala React component throwing "cannot set property 'more_btn' of undefined"

I am experimenting with the React version of the Froala rich text editor see also react-froala-wysiwyg. I've created a simple Editor component as follows import { string } from 'prop-types' // note the docs say do this // import…
Dave Sag
  • 13,266
  • 14
  • 86
  • 134
4
votes
3 answers

How to fix Error: Type FroalaEditorModule does not have 'ngModuleDef' property Using Froala Wysiwyg

I'm following the instructions at Angular Froala WYSIWYG Editor and I'm using angular version 8.3.26. app.nodule... import { FroalaViewModule, FroalaEditorModule } from 'angular-froala-wysiwyg' imports: [ ... FroalaViewModule.forRoot(),…
davy
  • 4,474
  • 10
  • 48
  • 71
4
votes
1 answer

Froala Angular Text Editor (v3) - Destroy and re-Initialize on input changes

I am creating a re-usable Angular component which is it charge for rendering the Froala Text Editor in an Angular application. I have everything working in terms of component first render initialization, but I am trying to account for some…
blgrnboy
  • 4,877
  • 10
  • 43
  • 94
4
votes
0 answers

Using the Froala editor in a Typescript/Vue project

I am attempting to use Froala in a Typescript/Vue project, and I am running into a weird import issue. Since Froala lacks proper typings, I rolled my own in a froala.d.ts: declare module 'froala-editor' and in my component, import it like…
McCroskey
  • 1,091
  • 1
  • 11
  • 21
4
votes
0 answers

Froala: custom HTML template for images

This is the default HTML Froala produces for images:

Image caption

Alex Paramonov
  • 2,630
  • 2
  • 23
  • 27
4
votes
2 answers

Calling methods in Froala wysiwyg editor for React

I'm using a rich text editor called Froala, in its React version. The docs are intended for the JQuery one. From the little that is written about React, i found these instructions: Events and Methods Events can be passed in with the options, with…
i.brod
  • 3,993
  • 11
  • 38
  • 74
4
votes
0 answers

Rails5|Uncaught TypeError: $(...).froalaEditor is not a function

I'm using rails5.0.6 and trying to add Froala editor to my project. In development it works fine,but in production Froala does not work and result is new:107 Uncaught TypeError: $(...).froalaEditor is not a function To solve this problem, I…
Thomas
  • 41
  • 1
  • 2
4
votes
4 answers

Property 'FroalaEditor' does not exist on type 'JQueryStatic' - Angular 4

I am using Angular 4 'FroalaEditor' which uses 'JQuery'. I have implemented it successfully. Now I need to add custom buttons in that plugin. I found following solution import { Component, OnInit, ViewEncapsulation } from '@angular/core'; import *…
Sangwin Gawande
  • 7,658
  • 8
  • 48
  • 66
4
votes
1 answer

Angular and froala editor validation with reactive forms

I am using Froala Editor with Angular 4 and I am facing some problems with showing the validation message.