jiajiawang / redactor-bootstraplinks

A plugin for Redactor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redactor-bootstraplinks

A Redactor plugin for creating bootstrap button style links.

How to use

Make sure Bootstrap is installed before use.

Call Redactor with the plugin:

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

About

A plugin for Redactor