levifarley / richBox

A lightweight rich text input box for web forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

richBox

A lightweight rich text input box for web forms

richBox uses vanilla Javascript for portability. Include Bootstrap 3 and FontAwesome for proper UI. It also includes a hidden debugging button to easily view richBox's output in your browser console.

Screenshot richBox

To inplement richBox into your project:

  1. Include the HTML code in the desired location of your project
  2. Include the provided richbox.css and richbox.js files
  3. Include Bootstrap 3 https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css
  4. Include FontAwesome https://use.fontawesome.com/releases/v5.8.1/css/all.css

Compatable with most browsers, your milage may vary on certain button actions. As usual, IE doesn't play nicely.

Feel free to use and modify this code as you want to make your life easier!

About

A lightweight rich text input box for web forms


Languages

Language:HTML 74.4%Language:CSS 18.8%Language:JavaScript 6.8%