Customizer's Guide > Working with XUI (XML-based User Interface) Dialog Boxes > XUI Element Reference > <imagelist> Element
  
<imagelist> Element
The <imagelist> element specifies a graphic file containing multiple images of identical widths and heights. For example, if path specifies a graphic file with a width of 288 and height of 16, and imagewidth is set to a value of 16, imagelist will contain 18 <image> elements, each defining an image 16 pixels wide by 16 pixels high.
The element can have the following child element:
<image>
The <imagelist> element has the following attributes:
id = ID
Specifies an id for the control.
imagewidth = CDATA
Specifies the width in pixels of the images in the graphic file defined by path.
path = CDATA
Specifies the path and file name of the graphic file containing multiple images.
transparentcolor = CDATA
Specifies the color in the source image to treat as the transparent color for each image. Values can be the standard HTML named colors plus the Arbortext colors gray1, gray2, gray3, gray4, gray5. Colors can also be a string of a # followed by three two-digit hexadecimal numbers specifying the red, green, and blue (RGB) intensity values defining a color.