/redactor-bsglyphicons

A glyphicon plugin for Redactor

Primary LanguageJavaScript

redactor-bsglyphicons

A glyphicon plugin for Redactor, a WYSIWYG rich-text editor.

How to use

Make sure Bootstrap Glyphicons is installed before use.

Call Redactor with the plugin:

$(function()
{
    $('#redactor').redactor({
        plugins: ['bsglyphicons']
    });
});