Re: [Jwc-user] GWT TinyMCE and onChange events
Status: Alpha
Brought to you by:
sstorey
|
From: Ellis P. <ep...@re...> - 2007-02-19 11:26:26
|
Hi, I've managed to engineer this by subclassing you HtmlTextArea and adding a little JSNI; you may wish to add this to a future version of HtmlTextArea. [see attachment] Cheers Ellis. Ellis Pritchard wrote: > Hi, > > The current implementation for TinyMCE doesn't propagate change events > back to the HtmlTextArea's listeners (addChangeListener/onChange), > which would be very useful. > > Have you any ideas for how this could be achieved? > > Thanks! > > Ellis. > > |