Contents

collectionList

Contains other layout elements.

Overview

Here’s an example of a collectionList element that contains a shelf and two lockup elements.

<collectionList>
    <shelf>
        <section>
            <lockup>
                <img src="path to images on your server/Car_Movie_250x375_A.png" width="182" height="274" />
                <title>Movie 1</title>
            </lockup>
            <lockup>
                <img src="path to images on your server/Car_Movie_250x375_B.png" width="182" height="274" />
                <title>Movie 2</title>
            </lockup>
        </section>
    </shelf>
</collectionList>

Subelements of collectionList

Elements that use collectionList

Topics

Valid TVML Styles

Valid TVML Attributes

See Also

List Elements