| Index: client/html/generated/html/frog/IFrameElement.dart
|
| diff --git a/client/html/generated/html/frog/IFrameElement.dart b/client/html/generated/html/frog/IFrameElement.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..56bb8e1ce6b48e376de33587b2dceac13ba75a88
|
| --- /dev/null
|
| +++ b/client/html/generated/html/frog/IFrameElement.dart
|
| @@ -0,0 +1,33 @@
|
| +
|
| +class _IFrameElementImpl extends _ElementImpl implements IFrameElement native "*HTMLIFrameElement" {
|
| +
|
| + String align;
|
| +
|
| + _DocumentImpl get contentDocument() => _FixHtmlDocumentReference(_contentDocument);
|
| +
|
| + _EventTargetImpl get _contentDocument() native "return this.contentDocument;";
|
| +
|
| + final _WindowImpl contentWindow;
|
| +
|
| + String frameBorder;
|
| +
|
| + String height;
|
| +
|
| + String longDesc;
|
| +
|
| + String marginHeight;
|
| +
|
| + String marginWidth;
|
| +
|
| + String name;
|
| +
|
| + String sandbox;
|
| +
|
| + String scrolling;
|
| +
|
| + String src;
|
| +
|
| + String width;
|
| +
|
| + _SVGDocumentImpl getSVGDocument() native;
|
| +}
|
|
|