I found that is doesn't possible. RichTextAreaImpl working internally only with iframe and I need use directly some elements like <div> with contentEditable="true". I forked default GWT implementation and modified it for this purpose.
On Nov 2, 8:21 pm, ATom <[email protected]> wrote: > Exist any way how to use RichTextAreaImpl for existing Element? > RichTextAreaImpl by default create new textArea element, but I need > use existing own element (which has active contentEditable atribut) as > rich text area. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
