Directory

RichTextToolbar - Vaadin Add-on Directory

A server side widget for the toolbar of a RichTextArea RichTextToolbar - Vaadin Add-on Directory
This Add-on is intended as a drop-in replacement for the RichTextArea by Vaadin. Most of it is just a copy of the original. Added functionality so far: - server side widget for the toolbar, which allows to place it decoupled from the text area. It is possible to attach multiple text areas to one toolbar. - set the height to grow and shrink with the text - i18n through sass variable - more styling of toolbar through css - styling content of area with css See README for styling and I18n description
Source Code
Issue Tracker
README

RichTextToolbar version 0.1.0
Fixing bugs appearing when using the area in a table (unfortunately with an ugly hack). Adding a function to layout the toolbar in one row.

RichTextToolbar version 0.7.0
Version for Vaadin 7. Added a feature to let the height automatically grow with the content.

RichTextToolbar version 0.7.1
Improved autoGrowHeight feature and browser compatibility.

RichTextToolbar version 0.7.2
small fix for forefox

RichTextToolbar version 0.7.3
fixed a problem whith blur event on chrome when using in a table in dragmode and setting focus while initializing.

RichTextToolbar version 0.7.4
slight improvements for using it in tables (PMTable)

RichTextToolbar version 1.0.0
Version 1.0.0 depends on Vaadin 7.3. it uses sass and the valo theme. It is not compatible with the older version: - setFont function removed!

RichTextToolbar version 1.1.0
Improved growing height feature

RichTextToolbar version 1.2.0
fixed problem with IE10

RichTextToolbar version 1.2.1
fixing bug introduced with 1.2.0

RichTextToolbar version 1.3.0
Shows content while draged

RichTextToolbar version 1.4.0
vaadin 7.4

RichTextToolbar version 1.5.0
improved automatic height calculation

RichTextToolbar version 1.5.1
fixed detection of current area in the toolbar

RichTextToolbar version 1.6.0
Fixed a problem with Firefox on Windows

RichTextToolbar version 1.7.0
Firefox 49+ has Problems with styling of select options. To make the color select usable again under Firefox the color names are set as text for the options. To allow i18n it is possible to set the names for the six colors.