jf-roku/components/search/scene.xml

12 lines
398 B
XML
Raw Normal View History

2019-03-14 22:50:20 +00:00
<?xml version="1.0" encoding="utf-8" ?>
2019-10-13 20:52:34 +00:00
<component name="SearchResults" extends="JFGroup">
2019-03-14 22:50:20 +00:00
<children>
2019-10-13 20:52:34 +00:00
<SearchBox id="SearchBox" visible="true" translation="[960, 145]" />
<SearchRow id="SearchSelect" visible="false" />
2019-03-14 22:50:20 +00:00
</children>
2019-10-13 20:52:34 +00:00
<interface>
<field id="query" type="string" alwaysNotify="true" />
</interface>
<script type="text/brightscript" uri="scene.brs" />
2019-03-14 22:50:20 +00:00
</component>