Contents

infoList

Displays info element information in a vertical format.

Overview

Here’s an example that shows the director and main actors for a movie.

<infoList>
   <info>
      <header>
         <title>Director</title>
      </header>
      <text>John Appleseed</text>
   </info>
   <info>
      <header>
         <title>Actors</title>
      </header>
      <text>Anne Johnson</text>
      <text>Tom Clark</text>
      <text>Maria Ruiz</text>
   </info>
</infoList>

Subelements of infoList

Elements that Use infoList

Topics

Valid TVML Styles

Valid TVML Attributes

See Also

List Elements