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..38996ddab0e6c629e4568ce2d7c49bc3408ffbe7 |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/FormElement.dart |
| @@ -0,0 +1,29 @@ |
| + |
| +class _FormElementImpl extends _ElementImpl 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; |
| +} |