You might have to do some DOM tricks to lock RichTextArea, but it should be possible. Such as adding a focus listener and canceling the event or finding the inner text area object and disabling it.
On Aug 17, 5:13 am, steenstrup <[email protected]> wrote: > My problem, is that i like to display html in a textArea that can get > lock, so it can't be edit. > > TextArea have the ability to be lock, but can't handel html > RichTextArea can't lock, but can handel html -- 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.
