Skip to content

a lightweight rich text editor based upon jquery

Notifications You must be signed in to change notification settings

zfred68/jquery-rte

 
 

Repository files navigation

A light weight RTE jQuery Plugin

based upon the work of Batiste Bieler (http://code.google.com/p/rte-light)

js file is only 7kb uncompressed.

Made new graphics - enjoy.

-----------
I needed to call functions from external javascript so added like
      function formatText(command, option) {
           .....
        };

        $.fn.rte.formatText = formatText;
        
 thus i could override the toolbar click function  for example <image>
 but then need to do like...
   myRte.rte.formatText('InsertImage', last_image);
   
 Is that the best way to externalise the jquery rte functions ?
 

About

a lightweight rich text editor based upon jquery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.4%
  • HTML 12.8%
  • CSS 3.8%