Skip to content

Meteor package of TinyMCE Editor

License

MIT, LGPL-2.1 licenses found

Licenses found

MIT
LICENSE
LGPL-2.1
license.txt
Notifications You must be signed in to change notification settings

salmanhasni/tinymce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyMCE editor

Use TinyMCE editor for your meteor app.

$ meteor add salmanhasni:tinymce

Initialization

Caution: Default skin_url must be defined on init. If you want to use a custom skin, you can simply modify it.

tinymce.init({
  selector: 'textarea',
  skin_url: '/packages/teamon_tinymce/skins/lightgray',
});

Using inline theme

tinymce.init({
  selector: 'div.tinymce',
  skin_url: '/packages/teamon_tinymce/skins/lightgray',
  theme: 'inlite',
  inline: true
});

About

Meteor package of TinyMCE Editor

Resources

License

MIT, LGPL-2.1 licenses found

Licenses found

MIT
LICENSE
LGPL-2.1
license.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%