Module:libdomPackage:org.milescript.domParent:HTMLElementCopyright (c) 2007, 2008 Point5U, LLC
Milescript - LibDom Library: Project Home | Documentation

org.milescript.dom.HTMLRow

Inheritance : Object : HTMLElement

Constructors

Signature
public HTMLRow()

Methods

NameSignature
deleteCellvoid deleteCell(int i)
insertCellHTMLCell insertCell(int i)

Properties

NameTypeComment
align
core.String
cells
core.Array<org.milescript.dom.HTMLCell>
height
core.Literal
rowIndex
core.int
vAlign
core.String
valign
core.String
width
core.Literal

Constructors

public HTMLRow()


Methods

deleteCell

void deleteCell(int i)

Parameters

NameTypeDescription
icore.int

insertCell

HTMLCell insertCell(int i)

Returns
org.milescript.dom.HTMLCell

Parameters

NameTypeDescription
icore.int

Module:libdomPackage:org.milescript.domParent:HTMLElementCopyright (c) 2007, 2008 Point5U, LLC
Milescript - LibDom Library: Project Home | Documentation