jf-roku/components/config/ConfigItem.xml

17 lines
479 B
XML
Raw Normal View History

2019-03-14 17:11:51 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<component name="ConfigItem" extends="Group">
<children>
2019-03-20 03:23:58 +00:00
<LayoutGroup layoutDirection="horiz" >
<Label id="label" />
<TextEditBox id="value" />
2019-03-14 17:11:51 +00:00
</LayoutGroup>
</children>
<interface>
<field id="itemContent" type="node" onChange="itemContentChanged" />
2019-03-20 03:23:58 +00:00
<field id="itemHasFocus" type="boolean" onChange="setColors" />
2019-03-14 17:11:51 +00:00
</interface>
2020-03-18 09:10:31 +00:00
<script type="text/brightscript" uri="ConfigItem.brs" />
2019-03-14 17:11:51 +00:00
</component>