jf-roku/components/config/ConfigItem.xml

14 lines
416 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>
</component>