__gwt_historyFrame and W3C validation

2009-07-29 Thread fother
iframe src=javascript:'' id=__gwt_historyFrame style=width: 0; height: 0; It is possible that you violated the naming convention for this attribute. For example, id and name attributes must begin with a letter, not a digit. gwt recomend use this !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01

add listener onpaste

2009-04-06 Thread fother
how I can add this event in a textarea? thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from

how reset FileUpload?

2009-01-05 Thread fother
I need reset the FileUpload.. In my form when I submit the form I need clear all fields.. it's possible? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: how reset FileUpload?

2009-01-05 Thread fother
a JSNI call. A file input can be accessed in JS for security reason, but reseting the form will clear it. And all the inputs of the form... 2009/1/5 fother fot...@gmail.com I need reset the FileUpload.. In my form when I submit the form I need clear all fields.. it's possible