Customizer's Guide > Working with XUI (XML-based User Interface) Dialog Boxes > XUI Element Reference > <cell> Element
  
<cell> Element
The <cell> element creates a cell within a table. The element can have no child elements.
The <cell> element has the following attributes:
id = ID
Identifies the control.
image = IDREF
Specifies by reference the graphical image to be displayed in the cell. The value of image matches the value of the image element id attribute specifying the desired graphic file.
selected = true | false
Default is false. If the parent tablecontrol element's type attribute is set to cell, clicking in the table selects the cell and sets the selected attribute to true.