jf-roku/components/config/ConfigItem.xml

14 lines
416 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2019-03-14 17:11:51 +00:00
<component name="ConfigItem" extends="Group">
<children>
<LayoutGroup layoutDirection="horiz">
2019-03-20 03:23:58 +00:00
<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>
</component>