HTML generated for RichTextArea: How to limit no. of characters entered? maxlength?

222 Views Asked by At

I can see in Chrome/Mozilla/IE Develoer Tools that html generated for GWT's RichTextArea widget is something like this:

<iframe class="GCJ2VDKDEI" style="height: 40px; ">
  #document
    <html>
      <head></head>
      <body>entered text</body>
    </html>
</iframe>

Can anyone tell me in this kind of text, which is shown under tag, how to access, how to limit no. of characters.I have tried so many things on it but no solution :( basically i want to limit no. of characters so i used jquery functions to get the value but was a failure.

0

There are 0 best solutions below