jf-roku/components/SearchBox.xml
2019-10-14 20:55:29 -05:00

12 lines
381 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="SearchBox" extends="LayoutGroup">
<children>
<Label text="Search" />
<TextEditBox id="search-input" width="800" maxTextLength="75" />
</children>
<interface>
<field id="search_value" type="string" alwaysNotify="true" />
</interface>
<script type="text/brightscript" uri="SearchBox.brs" />
</component>