12 lines
381 B
XML
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>
|