Show TOC

CellLocate this document in the navigation structure

Use

Defines a cell in a row, which is defined by the Row data type.

A cell can contain either a Table , or an array of iView objects.

Fields

Name

Type

Description

width

String

Specifies the width of the cell, in percent.

The value includes the percent sign (%). For example, 100% .

colspan

int

Specifies the number of columns that the cell spans in the table.

hasNestedTable

boolean

Indicates whether the cell contains a table.

If true , the table is specified in table .

table

Table

A table to display in the cell.

cellIviews

iView []

An array of iViews to display in this cell.