forked from buntekuh/jquery-rte
-
Notifications
You must be signed in to change notification settings - Fork 0
zfred68/jquery-rte
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- JavaScript 83.4%
- HTML 12.8%
- CSS 3.8%