Contents

infoTable

Displays contained element information in a vertical format, with each successive element directly below the previous element.

Overview

Here’s an example that displays information vertically inside of a ratingCard element.

<ratingCard>
    <title><badge src="resource://tomato-fresh" /> 99%</title>
    <text>Tomatometer</text>
    <infoTable>
        <info>
            <header>
                <title>175</title>
            </header>
            <text>Reviews</text>
        </info>
        <info>
            <header>
                <title>173</title>
            </header>
            <text>Fresh</text>
        </info>
        <info>
            <header>
                <title>2</title>
            </header>
            <text>Rotten</text>
        </info>
    </infoTable>
</ratingCard>

Subelements of infoTable

Elements that Use infoTable

Topics

Valid TVML Styles

Valid TVML Attributes

See Also

Container Elements