| Index: client/html/generated/html/frog/TableElement.dart
|
| diff --git a/client/html/generated/html/frog/TableElement.dart b/client/html/generated/html/frog/TableElement.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f8a1d2b6a9802b9c5c2a8cca4dba41e319640ea1
|
| --- /dev/null
|
| +++ b/client/html/generated/html/frog/TableElement.dart
|
| @@ -0,0 +1,47 @@
|
| +
|
| +class _TableElementJs extends _ElementJs implements TableElement native "*HTMLTableElement" {
|
| +
|
| + String align;
|
| +
|
| + String bgColor;
|
| +
|
| + String border;
|
| +
|
| + _TableCaptionElementJs caption;
|
| +
|
| + String cellPadding;
|
| +
|
| + String cellSpacing;
|
| +
|
| + String frame;
|
| +
|
| + final _HTMLCollectionJs rows;
|
| +
|
| + String rules;
|
| +
|
| + String summary;
|
| +
|
| + final _HTMLCollectionJs tBodies;
|
| +
|
| + _TableSectionElementJs tFoot;
|
| +
|
| + _TableSectionElementJs tHead;
|
| +
|
| + String width;
|
| +
|
| + _ElementJs createCaption() native;
|
| +
|
| + _ElementJs createTFoot() native;
|
| +
|
| + _ElementJs createTHead() native;
|
| +
|
| + void deleteCaption() native;
|
| +
|
| + void deleteRow(int index) native;
|
| +
|
| + void deleteTFoot() native;
|
| +
|
| + void deleteTHead() native;
|
| +
|
| + _ElementJs insertRow(int index) native;
|
| +}
|
|
|