jf-roku/components/SearchBox.xml

17 lines
760 B
XML
Raw Normal View History

2019-03-14 17:11:51 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<component name="SearchBox" extends="LayoutGroup">
<children>
<Label id = "text" text="" visible="false" />
<DynamicMiniKeyboard id="search_Key" />
2019-03-14 17:11:51 +00:00
</children>
2019-03-14 21:50:42 +00:00
<interface>
<field id="search_values" type="string" alwaysNotify="true" />
2019-03-14 21:50:42 +00:00
</interface>
2019-05-03 12:48:59 +00:00
<script type="text/brightscript" uri="SearchBox.brs" />
<script type="text/brightscript" uri="pkg:/source/api/Items.brs" />
<script type="text/brightscript" uri="pkg:/source/api/baserequest.brs" />
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
<script type="text/brightscript" uri="pkg:/source/api/Image.brs" />
<script type="text/brightscript" uri="pkg:/source/utils/deviceCapabilities.brs" />
2019-03-14 17:11:51 +00:00
</component>