Contents

decorationLabel

Displays text that describes a displayed element.

Overview

This element is commonly used to provide additional information for a media item or group of media items; for example, the running time for a movie. Here’s an example where the decoration label displays the number of items contained in a listItemLockup element.

<listItemLockup>
    <title>Comedies</title>
    <decorationLabel>4</decorationLabel>
    <relatedContent>
        <grid>
            <section>
                <lockup>
                    <img src="path to images on your server/Car_Movie_250x375_B.png" width="250" height="376" />
                    <title>Movie 2</title>
                </lockup>
                <lockup>
                    <img src="path to images on your server/Car_Movie_250x375_A.png" width="250" height="376" />
                    <title>Movie 1</title>
                </lockup>
                <lockup>
                    <img src="path to images on your server/Car_Movie_250x375.png" width="250" height="376" />
                    <title>Movie 4</title>
                </lockup>
                <lockup>
                    <img src="path to images on your server/Car_Movie_250x375_C.png" width="250" height="376" />
                    <title>Movie 3</title>
                </lockup>
            </section>
        </grid>
    </relatedContent>
</listItemLockup>

Contained In

Topics

Valid TVML Styles

Valid TVML Attributes

See Also

Text Elements