jf-roku/components/config/item.xml

17 lines
473 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>
2019-05-03 12:48:59 +00:00
<script type="text/brightscript" uri="item.brs" />
2019-03-14 17:11:51 +00:00
</component>