Module:libdomPackage:org.milescript.domParent:HTMLElementGenerated by MilescriptCompiler (Copyright 2008, Point5u LLC.)

org.milescript.dom.HTMLTable

Inheritance : Object : HTMLElement

Constructors

Signature
public HTMLTable()

Methods

NameSignature
deleteRowvoid deleteRow(int i)
insertRowHTMLRow insertRow(int i)

Properties

NameTypeComment
border
core.Literal
cellPadding
core.Literal
cellSpacing
core.Literal
height
core.Literal
rows
core.Array<org.milescript.dom.HTMLRow>
width
core.Literal

Constructors

public HTMLTable()


Methods

deleteRow

void deleteRow(int i)

Parameters

NameTypeDescription
icore.int

insertRow

HTMLRow insertRow(int i)

Returns
org.milescript.dom.HTMLRow

Parameters

NameTypeDescription
icore.int

Module:libdomPackage:org.milescript.domParent:HTMLElementGenerated by MilescriptCompiler (Copyright 2008, Point5u LLC.)