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
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 :
- Download and unzip tinyMce
- Copy plugin/bootstrap dir to your tinyMce plugins dir
- include jQuery to your page
- Add Bootstrap plugin to tinyMce plugins & toolbar :
<script type="text/javascript">
tinymce.init({
selector: "textarea",
plugins: [
"bootstrap"
],
toolbar: "bootstrap"
});
</script>
0 Response to "ThemeForest - tinyMce Bootstrap Plugin (JavaScript) - Download"
Post a Comment