jHtmlArea 0.6.0 Update with Improved Functionality
Jul 24, 2009 • Chris Pietschmann • Open Source
I just posted a pretty good update the the jHtmlArea project that includes quite a few more toolbar buttons and a new Color Picker Menu extension/plugin (jHtmlAreaColorPickerMenu) that adds a nice, simple color picker when using the forecolor toolbar button.
jHtmlArea is a simple, light weight, extensible WYSIWYG HTML Editor built on top of jQuery. This component allows you to easily display a WYSIWYG HTML Editor in place of any TextArea DOM Elements on the page. The minified script alone is 8.7kb, and with css and image files it’s a total of 22k.
Download: jHtmlArea Project
To the right is an updated screenshot of the latest release, plus below is a full change log for this update release:
-
Hide All Toolbar buttons except the “html” button when entering HTML Source view (via clicking “html” button or executing
jHtmlArea.showHTMLView). When toggling view back to the WYSIWYG editor all other buttons will then be shown again. -
Added
jHtmlArea.disposemethod - Allows you to remove the WYSIWYG
editor, and go back to having a plain TextArea. Beware, there is a memory leak when using this method; it’s not too bad, but you want to call this as few a number of times if you can. The memory leak is due to the way the browsers handle removing DOM Elements.
-
Added Indent and Outdent functionality - This includes toolbar buttons and
jHtmlArea.indentandjHtmlArea.outdentbuttons. -
Added
justifyLeft,justifyCenter,justifyRightfunctionality and toolbar buttons. -
Added insertHorizontalRule functionality and toolbar button. This adds a
<hr/>tag to the currently selected area. -
Added an “alias” method for
jHtmlArea.execCommandnamedecto help reduce the file size of the script. -
Added
increaseFontSizeanddecreaseFontSizefunctionality and toolbar buttons. TheincreaseFontSizeanddecreaseFontSizedoesn’t currently work in Safari. -
Added
forecolorfunctionality - Changes a font color for the selection or at the insertion point. Requires a color value string to be passed in as a value argument. -
Fixed bug in jHtmlArea.toString method
-
Added
jHtmlArea.queryCommandValuemethod and it’s aliasjHtmlArea.qc -
Added the
jHtmlAreaColorPickerMenuplugin/extension that resides within thejHtmlAreaColorPickerMenu.jsfile. This file includes a somewhat generic color picker menu that can be used for any purpose, plus it includes the code to wire up and override the “stock”jHtmlColor.forecolorfunctionality and inject the new Color Picker Menu functionality in it’s place when you click on the “forecolor” toolbar button. -
Changed the
execCommandandecsecond parameter to default to “false” if not specified, and third parameter to default to “null” if not specified. This helps to reduce the overall file size of the script. -
Added support for Toolbar Button Grouping, now with the additional buttons included in this release, or even when any custom buttons are used, they will be able to display nicely by “auto-wrapping” to the next line.
-
Added a gradient background to the Toolbar Button Groups, with a slight reverse gradient on the Buttons when the mouse is hovered over.
Chris Pietschmann
DevOps & AI Architect | Microsoft MVP | HashiCorp Ambassador | MCT | Developer | Author
I am a DevOps & AI Architect, developer, trainer and author. I have nearly 25 years of experience in the Software Development industry that includes working as a Consultant and Trainer in a wide array of different industries.




