jf-roku/components/config/ConfigItem.xml
2020-03-18 09:10:31 +00:00

17 lines
479 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="ConfigItem" extends="Group">
<children>
<LayoutGroup layoutDirection="horiz" >
<Label id="label" />
<TextEditBox id="value" />
</LayoutGroup>
</children>
<interface>
<field id="itemContent" type="node" onChange="itemContentChanged" />
<field id="itemHasFocus" type="boolean" onChange="setColors" />
</interface>
<script type="text/brightscript" uri="ConfigItem.brs" />
</component>