jf-roku/components/SearchBox.xml

12 lines
381 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 text="Search" />
2019-03-14 21:50:42 +00:00
<TextEditBox id="search-input" width="800" maxTextLength="75" />
2019-03-14 17:11:51 +00:00
</children>
2019-03-14 21:50:42 +00:00
<interface>
2019-03-16 22:11:50 +00:00
<field id="search_value" 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" />
2019-03-14 17:11:51 +00:00
</component>