498440f2c5
* Make the movie grid a bit more abstract * Make the tvshow/collection grids more abstract
10 lines
365 B
XML
10 lines
365 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<component name="ItemGrid" extends="RowList">
|
|
<interface>
|
|
<field id="itemsPerRow" type="int" />
|
|
<field id="objects" type="associativearray" onChange="setupRows" />
|
|
<field id="escapeButton" type="string" alwaysNotify="true" />
|
|
</interface>
|
|
<script type="text/brightscript" uri="ItemGrid.brs" />
|
|
</component>
|