Contents

ordinal

Displays a number.

Overview

The ordinal element displays a number on the screen and provides proper spacing between the text and the number. Use the ordinal element to create an ordered list. Here’s an example that reserves the spacing for two digits.

<listItemLockup>
    <ordinal minLength="2">1</ordinal>
    <title>Opening sequence</title>
    <decorationLabel>11:14</decorationLabel>
</listItemLockup>

Contained In

Topics

Valid TVML Styles

Valid TVML Attributes

See Also

Text Elements