2019-03-14 12:11:51 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<component name="SearchBox" extends="LayoutGroup">
|
|
|
|
<children>
|
|
|
|
<Label text="Search" />
|
2019-03-14 16:50:42 -05:00
|
|
|
<TextEditBox id="search-input" width="800" maxTextLength="75" />
|
2019-03-14 12:11:51 -05:00
|
|
|
</children>
|
2019-03-14 16:50:42 -05:00
|
|
|
<interface>
|
2019-03-16 17:11:50 -05:00
|
|
|
<field id="search_value" type="string" alwaysNotify="true" />
|
2019-03-14 16:50:42 -05:00
|
|
|
</interface>
|
2019-05-03 08:48:59 -04:00
|
|
|
<script type="text/brightscript" uri="SearchBox.brs" />
|
2019-03-14 12:11:51 -05:00
|
|
|
</component>
|