Hello, I'm still searching for a maybe better solution for implementing of TinyMCE in GWT UiBinder (as other discussion created by me). Now I managed somehow through deferredCommand to get my TinyMCE in an div from uibinder-composite, and the whole configuring and so on of that editor works. And as I thought that I finally made it, because operations like "bold" or "italic" worked, suddenly I saw when I wanted to change the font/fontsize oder textcolor...the operations showed me per dropdownlists and colortables that I could change the text in the editor, but when I click on one of that entries, nothing happens/is applied...and I don't know why. When I do the same procedure in my index.jsp in the html body-tag in a div too, inserted TinyMCE, then it is possible to click on the entries in this other TinyMCE instance. I have already tried everything, but I'm still not able to click on that entries in my TinyMCE which was placed on a div in an uibinder composite. I would be grateful if someone could give a hint or something. Thank you.
Regards, Maxim -- 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.
