| Index: client/html/generated/html/interface/AppletElement.dart
|
| diff --git a/client/dom/templates/interface.darttemplate b/client/html/generated/html/interface/AppletElement.dart
|
| similarity index 52%
|
| copy from client/dom/templates/interface.darttemplate
|
| copy to client/html/generated/html/interface/AppletElement.dart
|
| index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..a041c98f592d15360f76703e31e92f78adfe2bdf 100644
|
| --- a/client/dom/templates/interface.darttemplate
|
| +++ b/client/html/generated/html/interface/AppletElement.dart
|
| @@ -4,5 +4,27 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface $ID$!EXTENDS {
|
| -$!MEMBERS}
|
| +interface AppletElement extends Element {
|
| +
|
| + String align;
|
| +
|
| + String alt;
|
| +
|
| + String archive;
|
| +
|
| + String code;
|
| +
|
| + String codeBase;
|
| +
|
| + String height;
|
| +
|
| + String hspace;
|
| +
|
| + String name;
|
| +
|
| + String object;
|
| +
|
| + String vspace;
|
| +
|
| + String width;
|
| +}
|
|
|