Skip to content

Reactive

Meteor JS Froala WYSIWYG Editor

Reactive Plugin

Reactive plugin for the Froala WYSIWYG HTML Editor is also available.

How do I use it?

1.Open terminal in your meteor project directory and execute following command:

meteor add froala:editor

2.Create a froala-template in your main.html file.

3.Include the template in body of html. {{> froala}}

4.Run froala when template is rendered in main.js file. Template.froala.rendered = function () { new FroalaEditor('.editor'); };

File: 1925