Skip to content

TinyMCE plugin for adding a standard <a href="" class="button-link"> creating button in Rails >= 3.2 together with tinymce-rails gem

Notifications You must be signed in to change notification settings

innovationfactory/tinymce-rails-addbutton

Repository files navigation

tinymce-rails-addbutton

Simple plugin for TinyMCE that allows a user to add a button

Requirements

  • Rails >= 3
  • TinyMCE4 using the advanced theme

Setup

Add the gem to your Gemfile

# use git

gem 'tinymce-rails-addbutton', github: 'innovationfactory/tinymce-rails-addbutton'

Enable TinyMCE plugin

in tinymce.yml add:
plugins: "addbutton"

in tinymce-custom.js add:

About

TinyMCE plugin for adding a standard <a href="" class="button-link"> creating button in Rails >= 3.2 together with tinymce-rails gem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published