jf-roku/components/options/OptionsSlider.xml

22 lines
703 B
XML
Raw Normal View History

2019-03-17 23:07:57 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<component name="OptionsSlider" extends="PanelSet">
<children>
<ListPanel id="panel">
2019-10-13 19:33:14 +00:00
<Rectangle id="backdrop"
translation="[0, 0]"
color="#101010DD"
width="575"
height="1080" />
2019-03-17 23:07:57 +00:00
<LabelList id="panelList">
<ContentNode id="fieldList" role="content" />
</LabelList>
</ListPanel>
</children>
<interface>
2019-03-19 04:17:50 +00:00
<field id="buttons" type="nodearray" onChange="setFields" />
2019-03-17 23:07:57 +00:00
<field id="options" type="nodearray" onChange="setFields" />
2019-10-13 19:33:14 +00:00
<field id="closeSidePanel" type="boolean" alwaysNotify="true" />
2019-03-17 23:07:57 +00:00
</interface>
2020-03-18 09:10:31 +00:00
<script type="text/brightscript" uri="OptionsSlider.brs" />
2019-03-17 23:07:57 +00:00
</component>