12 lines
469 B
XML
12 lines
469 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<component name="CollectionDetail" extends="JFGroup">
|
|
<children>
|
|
<RowList id="rowList" />
|
|
</children>
|
|
<interface>
|
|
<field id="collectionId" type="string" onChange="collectionIdChanged" />
|
|
<field id="selectedItem" type="node" alwaysNotify="true" />
|
|
<field id="objects" type="associativearray" onChange="setupRows" />
|
|
</interface>
|
|
<script type="text/brightscript" uri="CollectionDetail.brs" />
|
|
</component> |