Element name: row
The row element is used on grid items to arrange items into separate rows. You can embed any item type as a child node of a row element and you can display any number of rows on a grid screen. You can also use a remote url to populate the row at runtime.
Example
<item type="grid">
<row title="Row of videos">
<item type="video" title="Video #1"/>
<item type="video" title="Video #2"/>
<item type="video" title="Video #3"/>
</row>
</item>
Supported Attributes
Name: title
Type: string
Supported values
any string of text
Name: feedurl
Type: string
Supported values
any url pointing to a xml file
Name: usetemplate
Type: string
Supported values
the name of a template saved in your source/templates folder
Name: sdposterurl
Type: string
Supported values
any url pointing to a jpg, gif or png file
Notes
This is only used if the feedurl and usetemplate attributes are specified and provides a backup option for including a posterurl for items in the converted feed.
Name: hdposterurl
Type: string
Supported values
any url pointing to a jpg, gif or png file
Notes
This is only used if the feedurl and usetemplate attributes are specified and provides a backup option for including a posterurl for items in the converted feed.
Supported Child Nodes
Any of the supported item types can be embedded as child nodes of a row element.