bueditor.js 488 B

123456789101112131415161718
  1. /*
  2. * elFinder Integration
  3. *
  4. * Copyright (c) 2010-2018, Alexey Sukhotin. All rights reserved.
  5. */
  6. // $Id: elfinder.bueditor.js,v 1.1 2010/10/06 09:44:51 ph0enix Exp $
  7. Drupal.elfinder.editor.bueditor = {
  8. fn: {
  9. attach: Drupal.wysiwyg.editor.attach.bueditor
  10. }
  11. }
  12. Drupal.wysiwyg.editor.attach.bueditor = function(context, params, settings) {
  13. Drupal.settings.BUE.imceURL = Drupal.settings.elfinder.moduleUrl;
  14. Drupal.elfinder.editor.bueditor.fn.attach.apply(this, arguments);
  15. }