jf-roku/components/SearchBox.xml
2019-05-03 08:48:59 -04:00

13 lines
442 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="escape" type="boolean" alwaysNotify="true" />
<field id="search_value" type="string" alwaysNotify="true" />
</interface>
<script type="text/brightscript" uri="SearchBox.brs" />
</component>