Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Meteor bindings for the Froala WYSIWYG HTML Editor.

License

NotificationsYou must be signed in to change notification settings

froala/meteor-froala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A beautiful Javascript WYSIWYG HTML text editor forMeteor.Check out theFroala editor homepage for more details.

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.

<template name="froala">  <div>Hello Froala</div></template>

3.Include the template in body of html.

<body> {{> froala}}</body>

4.Run froala when template is rendered in main.js file.

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

License

Themeteor-froala project is under MIT license. However, in order to use Froala WYSIWYG HTML Editor plugin you should purchase a license for it.

Froala Editor has3 different licenses for commercial use.For details please seeLicense Agreement.


[8]ページ先頭

©2009-2025 Movatter.jp