Chromium Code Reviews| Index: client/html/generated/html/frog/FormElement.dart |
| diff --git a/client/html/generated/html/frog/FormElement.dart b/client/html/generated/html/frog/FormElement.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6347559474b286ecb06c0b96b812255f27a29a5c |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/FormElement.dart |
| @@ -0,0 +1,29 @@ |
| + |
| +class _FormElementJs extends _ElementJs implements FormElement native "*HTMLFormElement" { |
| + |
| + String acceptCharset; |
| + |
| + String action; |
| + |
| + String autocomplete; |
| + |
| + String encoding; |
| + |
| + String enctype; |
| + |
| + final int length; |
| + |
| + String method; |
| + |
| + String name; |
| + |
| + bool noValidate; |
| + |
| + String target; |
| + |
| + bool checkValidity() native; |
| + |
| + void reset() native; |
| + |
| + void submit() native; |
| +} |