Giter Club home page Giter Club logo

tinymce-character-limitation's Introduction

TinyMCE-character-limitation

Demo gif

This TinyMCE plugin will set a limit character with a colored countdown. Submit button is disabled if the limitation is reached.

How to install

Simply paste the entire directory to the "plugins" directory of your TinyMCE installation, and add it as a plugin in your TinyMCE init script. You can configure the plugin by using "maxCharacters" to set the limit you need, "maxDisplay" to display the countdown somewhere in your HTML code, "subButton" to disable the submit button of your form when the limit is reached. The variables "color1", "color2" and "color3" define the colors of maxDisplay โ€” default values are "black" when more than 1/4 of "maxCharacters" is left, "orange" when only 1/4 of "maxCharacters" is left, "red" when the limit is reached or overreached.

##Install example ###Javascript :

tinymce.init({
...
  maxCharacters : 270,
  maxDisplay : "#maxDisplay",
  subButton : "#subButton",
  color1 : "green",
  color2 : "orange",
  color3 : "red",
  plugins: "charlimit"
});

###HTML :

  <span id="maxDisplay"></span> <!-- Don't write anything in here -->
  <input type="submit" id="subButton">

tinymce-character-limitation's People

Contributors

n35qu1k avatar

Watchers

James Cloos 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.