GithubHelp home page GithubHelp logo

erw13n / dnn-tinymce Goto Github PK

View Code? Open in Web Editor NEW

This project forked from whaleteam/dnn-tinymce

0.0 2.0 0.0 1.31 MB

TinyMCE editor Provider for DNN

License: GNU General Public License v2.0

JavaScript 98.21% CSS 0.76% C# 1.03%

dnn-tinymce's Introduction

TinyMCE 4 editor Provider for DNN

Original code http://www.ventrian.com/resources/projects/tinymce-provider

Been modify to support Partial Render, TinyMCE 4 and DNN 7

Installations instructions

  1. Copy assembly WhaleTeam.TinyMCE.dll to your DNN bin folder
  2. Paste TinyMCE folder into your ~/Providers/HtmlEditorProviders/
  3. Add the following to your web.config (in the html editor provider area). Also make sure you set the defaultProvider attribute to the WhaleTeam.TinyMCE.
    <add 
      name="WhaleTeam.TinyMCE" 
      type="WhaleTeam.TinyMCE.TinyMCEHtmlEditorProvider, WhaleTeam.TinyMCE" 
      providerPath="~/Providers/HtmlEditorProviders/TinyMCE/" 
      mce_theme= "modern"
      mce_skin= "light"
      mce_plugins="advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking save table contextmenu directionality emoticons template paste textcolor"
      mce_toolbar= "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | print preview media fullpage | forecolor backcolor emoticons"
      mce_relative_urls="false"
      mce_remove_script_host="false"
    />

notes : providerPath is where you paste the TinyMCE 4 sources.

Changelog

####2014 Feb 10 - v1.0.0

Release basic version of TinyMCE 4 Provider for DNN 7

dnn-tinymce's People

Contributors

erw13n avatar

Watchers

 avatar  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.