jiajiawang / redactor-bsglyphicons

A glyphicon plugin for Redactor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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']
    });
});

About

A glyphicon plugin for Redactor


Languages

Language:JavaScript 100.0%