bergie / hallo

Simple rich text editor (contentEditable) for jQuery UI

Home Page:http://hallojs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an option to keep the toolbar displayed on `hallodeactivated`

Ninir opened this issue · comments

When focusing the contenteditable area, a toolbar appears. This one is positionned regarding the toolbar option, which can be halloToolbarFixed, halloToolbarContextual, etc. Then, a halloactivated event is triggered.

When unfocusing the field, the hallodeactivated event is triggered and the toolbar is hidden, no matter what.
When using the halloToolbarFixed, it would be awesome to add a keepDisplayed option linked to the to keep the toolbar appearing..

I'll try to find the time to give it a try as soon as possible.