jf-roku/components/SearchBox.xml

10 lines
317 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2019-03-14 17:11:51 +00:00
<component name="SearchBox" extends="LayoutGroup">
<children>
<Label id="text" text="" visible="false" />
<DynamicMiniKeyboard id="search_Key" />
2019-03-14 17:11:51 +00:00
</children>
2019-03-14 21:50:42 +00:00
<interface>
<field id="search_values" type="string" alwaysNotify="true" />
2019-03-14 21:50:42 +00:00
</interface>
</component>