Downloads

Download bueditor-6.x-2.x-dev.tar.gztar.gz 68.1 KB
MD5: 4fa88b961b9ddda1bb167a0cf7306362
SHA-1: 9392aa1de77ea22e57e38358bc5cc8dd859e7cb9
SHA-256: 2684f3c864dd74da5b11305d85ad695cf87145fd60eb2ca2216d92ab47accc95
Download bueditor-6.x-2.x-dev.zipzip 91.16 KB
MD5: 54415a7a46ff292c92dbb0a9891a1fd8
SHA-1: 34ffc20dc04cd8d061e97fb40b9fbdeb62c72e97
SHA-256: 84a64778d09811cbceed07387e658edcf9e3ce61a981951c0c5a90cb7ae2d381

Release notes

Changes from 6.x-1.x to 6.x-2.x

  • dynamic CSS sprites.
  • bueditor.js got smaller.
  • new buttons for the default editor: Underline, Strike-through, Quote, Code
  • ability to extend editor instances via post process functions.
  • proper support for selection handling in Opera
  • open() method of popups and dialogs now accepts DOM or jQuery objects as content.
  • new popup markup for better theming.
  • popup shortcuts: ESC(close), ENTER(link click), UP & DOWN (link navigation)
  • improved admin interface: drag & drop, visual icon and key selector.
  • ability to include library files from different directories.
  • ability to include custom css files.
  • import/export complete editor settings, icons, and libraries.
  • IMCE now opens in an editor pop up.
  • No need for php buttons to get IMCE URL which is now stored in Drupal.settings.BUE.imceURL(or BUE.imce.url when the bue.imce library is used)
  • new E.prvAjax() method for live previewing html or non-html markup with the help of Ajax Markup module.
  • new optional library files:
    • bue.autocomplete.js: enables AC inside textareas for a set of predefined text pairs.
    • bue.ctrl.js: converts access keys into CTRL shortcuts.
    • bue.find.js: enables search and replace inside textareas.(Depends on: popup, html)
    • bue.history.js: cross-browser undo-redo functionality for textareas.
    • bue.html.js: introduces HTML creating and parsing methods.
    • bue.imce.js: integrates IMCE file browser in a popup.(Depends on: popup)
    • bue.li.js: auto inserts list items.
    • bue.misc.js: miscellaneous methods used in default editor.(Depends on: popup, html)
    • bue.popup.js: introduces editor popups: E.dialog & E.quickPop
    • bue.popup.css: experimental CSS3 styling of editor popups
    • bue.preview.js: introduces preview methods E.prv(), E.prvAjax()
    • bue.tab.js: enables indent(TAB), unindent(Shift+TAB) and auto-indent(ENTER) inside textareas
    • bue.min.default.js: minified sum of popup, html, preview, imce, and misc libraries
    • bue.min.all.js: minified sum of all libraries
  • new quick-import templates:
    • bbcode.bueditor.txt: BBCode editor having equivalent buttons of the default editor.
    • commenter.bueditor.txt: Simple editor having no library dependency.
    • default.bueditor.txt: The default editor having various buttons inserting HTML.
    • lab.bueditor.txt: BUEditor lab for experimental code.
Created by: ufku
Created on: 14 Oct 2009 at 20:43 UTC
Last updated: 2 Jul 2015 at 10:23 UTC
New features

Other releases