Posted by ufku on February 29, 2008 at 9:32pm
| Download | Size | md5 hash |
|---|---|---|
| bueditor-6.x-1.x-dev.tar.gz | 35.8 KB | 6c19988e1b751d019d55c8c0bca86d8c |
| bueditor-6.x-1.x-dev.zip | 41.4 KB | 3a8b678ee26a613b797a1a1510941150 |
Last updated: February 25, 2011 - 07:28
New features in 6.x:
- jQuery in core. BUE makes use of jquery now. (ex: effects in popup openings)
- custom icon and library paths for each editor.
- support for using different editor templates for differnet textareas in a page.
- alternative editor assignment for user roles.
- theme buttons that provide unlimited theming options.
- Headers (h1, h2, h3, h4) button and separators in default editor.
- changed key variable from "editor" to "BUE". (ex: editor.active is now BUE.active)
- another popup dialog(BUE.quickPop) that has no title or close button.
- In default buttons' library:
- new eDefTagChooser function that uses BUE.quickPop to allow users choose among predefined tags.
- new eDefTagger function that toggles(inserts or removes) a predefined tag in the selection.
- eDefTagDialog accepts a special attribute name, "html", that represents the inner html of the tag.
- eDefTagDialog accepts "textarea" as a field type.