jf-roku/components/search/SearchResults.xml

21 lines
1.0 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<component name="searchResults" extends="JFGroup">
2019-03-14 22:50:20 +00:00
<children>
<Rectangle width="1920" height="1080" color="#000000" opacity="0.75" />
<LayoutGroup layoutDirection="horiz" id="SearchAlphabox" translation="[70, 120]">
<SearchBox id="SearchBox" visible="true" focusable="true" />
</LayoutGroup>
<LayoutGroup layoutDirection="vert" id="searchResults" translation="[470, 150]">
<Label id="SearchHelpText" text="" />
<SearchRow id="searchSelect" visible="true" focusable="true" />
</LayoutGroup>
2019-10-13 22:17:48 +00:00
<OptionsSlider id="options" />
2019-03-14 22:50:20 +00:00
</children>
2019-10-13 20:52:34 +00:00
<interface>
<field id="query" type="string" alwaysNotify="true" />
<field id="selectedItem" type="node" alwaysNotify="true" />
<field id="quickPlayNode" type="node" alwaysNotify="true" />
<field id="imageDisplayMode" type="string" value="scaleToZoom" />
<field id="searchAlpha" type="string" alias="SearchBox.search_values" alwaysNotify="true" onChange="searchMedias" />
2019-10-13 20:52:34 +00:00
</interface>
</component>