| Module: | libdom | Package: | org.milescript.dom | Parent: | HTMLElement | Generated by MilescriptCompiler (Copyright 2008, Point5u LLC.) |
org.milescript.dom.HTMLTable
Inheritance : Object : HTMLElement
Constructors
| Signature |
| public HTMLTable() |
Methods
| Name | Signature |
| deleteRow | void deleteRow(int i) |
| insertRow | HTMLRow insertRow(int i) |
Properties
| Name | Type | Comment | |
| border |
| ||
| cellPadding |
| ||
| cellSpacing |
| ||
| height |
| ||
| rows |
| ||
| width |
|
Constructors
|
public HTMLTable() |
Methods
|
deleteRow void deleteRow(int i) Parameters
|
|
insertRow HTMLRow insertRow(int i)
Parameters
|
||||||||||
| Module: | libdom | Package: | org.milescript.dom | Parent: | HTMLElement | Generated by MilescriptCompiler (Copyright 2008, Point5u LLC.) |