Code Monkey home page Code Monkey logo

summernote-ext-elfinder's Introduction

Summernote Plugin elFinder

Summernote Plugin for elFinder File Manager

Installation

  • Download plugin files. Extract it and copy into your summernote plugin directory.

  • Include the summernote ext javascript file into your html page.

    <script src="path/to/plugin/summernote-ext-elfinder/summernote-ext-elfinder.js"></script>
  • Change the Value of the URL at the elFinder Callback file. Replace it with your elfinder connector url.

  • Include the summernote callback javascript into your html page.

    <script src="path/to/plugin/summernote-ext-elfinder/elfinder-callback.js"></script>
  • Initialize the plugin at your summernote initialization code.

    <script type="text/javascript">
      $(function() {
        $('.summernote').summernote({
          height: 200,
          tabsize: 2,
          toolbar: [
              ['style', ['bold', 'italic', 'underline', 'clear']],
              ['insert', ['elfinder']]
            ]
        });
      });
    </script>

Tested with

  • Summernote : master branch (after v0.8.1)
  • elFinder : 2.1.9
  • Bootstrap : v3.3.6
  • jQuery : 1.12.1
  • jQuery-UI : 1.11.4

NOTE :

Don't forget to include the jQuery and jQuery-UI. The latest elFinder not include jquery-ui file.

summernote-ext-elfinder's People

Contributors

semplon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.