[Jwc-user] Can't remove HtmlTextArea (TinyMCE) correctly
Status: Alpha
Brought to you by:
sstorey
From: Andreas B. <and...@gm...> - 2006-11-02 14:20:48
|
Hi, I'am using the HtmlTextArea ( with TinyMCE ) and it works nicely so far. But now I'am enhancing the application by the functionality to switch between editing (with HtmlTextArea) and displaying the information (simply HTML widget). Here are the erranous behaviour: 1.) put the HtmlTextArea into an FlowPanel (functions nicely) 2.) removing the HtmlTextArea and adding a HTML widget afterwards (error: TinyMCE component is still displayed, the HtmlTextArea seems to be gone (I've listed the childs to verify)) 3.) removing the HTML widget and adding the HtmlTextArea (HTML widget is gone, now there are THREE TinyMCEs displayed, only the middle one functions correctly) Can u please check this and hopefully fix the behaviour? Best regards, Andreas |