...
Days
Hours
Minutes
Seconds
x
Skip to content
Froala Documentation

Reactive

Meteor JS Froala WYSIWYG Editor

Reactive Plugin

A Reactive plugin for the Froala Editor is also available.

Installation

  1. Open a terminal in your meteor project directory and run the following command:

    meteor add froala:editor
    
  2. Create a froala-template in main.html.

    <template name="froala">
      <div class="editor">
        Hello Froala
      </div>
    </template>
    
  3. Include the template in the body. {{> froala}}

  4. Run Froala Editor when the template is rendered in main.js.

    Template.froala.rendered = function () {
      new FroalaEditor('.editor');
    };

Do you think we can improve this article? Let us know.

Ready to dive in? Explore our plans

Seraphinite AcceleratorOptimized by Seraphinite Accelerator
Turns on site high speed to be attractive for people and search engines.