...
Table of Contents | ||||
---|---|---|---|---|
|
listConfiguration
listConfiguration : columns : column
...
Overall configuration of a column.
- width
- = "" -
- Width of the column in %.
- xAlign
- = "" - Horizontal alignment of the content in the column
- Horizontal alignment of the content in the column. Allowed values are listed below.
- left
- /center/right right
- Horizontal alignment of the content in the column. Allowed values are listed below.
- yAlign
- yAlign = "" - Vertical alignment of the content in the content in the columncolumn. Allowed values are listed below.
- top
- /center/bottom
- yAlign = "" - Vertical alignment of the content in the content in the columncolumn. Allowed values are listed below.
- backgroundColorbackgroundColor = "" - Background color for
- Background color for the column.
<elements> - Encloses all the elements in the column.
<imageElement>
- height
= "" - - Height is a percentage of the screen height (%-sign after number is optional).
- width
= "" - - Width is a percentage of the screen width (%-sign after number is optional).
- dataMember
= "" - - Reference to a value of the item displayed in the list. This value is used when using conditional image references through the values element.
- sourceId
= "" - - Reference to an id defined in the image reference section. Is disregarded when using dataMember and values references.
- horizontalAlignment
= "" - - Horizontal alignment of the image.
- verticalAlignment
= "" - - Vertical alignment of the image.
- <values>
- <value>
- imageId
= "" - - Reference to an id defined in the image reference section.
- dataMemberValue
= "" - - Reference to a valid value of the dataMember property of the item source. If the dataMember can return 1 and 2, then those are the valid values.
<textElement>
- todo