tinyMce Bootstrap Plugin (JavaScript)

TinyMce Bootstrap Plugin adds a Bootstrap toolbar to tinyMce

Access to visual editors to create/edit the following Bootstrap elements :

  • Buttons (+ icons)
  • Icons
  • Tables
  • Templates (create only)
  • Breadcrumbs
  • Paginations
  • Pagers
  • Labels
  • Badges
  • Alerts
  • Panels

Each element is customizable with usual Bootstrap options

TinyMce Bootstrap Plugin

Use your own Bootstrap css, wich will be directly rendered either in tinyMce editor and plugin visual editors.

  • 11 plugins in 1
  • Visual Editors
  • Easy to install, no skill needed
  • Awesome customer support

Requirements :

  • tinyMce v.4+
  • Bootstrap css
  • jQuery
  • php server (wamp, easyphp, …)

Installation :

  1. Download and unzip tinyMce
  2. Copy plugin/bootstrap dir to your tinyMce plugins dir
  3. include jQuery to your page
  4. Add Bootstrap plugin to tinyMce plugins & toolbar :
    <script type="text/javascript">
    tinymce.init({
        selector: "textarea",
        plugins: [
            "bootstrap" 
        ],
        toolbar: "bootstrap" 
    });
    </script>
    

Download tinyMce Bootstrap Plugin (JavaScript)

Leave a Reply

Your email address will not be published. Required fields are marked *