bueditor 6.x-1.x-dev
ufku - February 29, 2008 - 21:32
| Download | Size | md5 hash |
|---|---|---|
| bueditor-6.x-1.x-dev.tar.gz | 39.1 KB | a86f093df7b1cc3baf4660a91d8cfb9d |
Nightly development snapshot from CVS branch: DRUPAL-6--1
Last updated: November 16, 2009 - 00:03
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.
