jf-roku/components/JFMessageDialog.xml

23 lines
793 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2020-03-04 02:46:26 +00:00
<component name="JFMessageDialog" extends="JFGroup">
<children>
<Poster
id="dialogBackground"
uri="pkg:/images/dialog.9.png"
blendColor="#000000"
translation="[0, 0]"
/>
2020-03-04 02:53:44 +00:00
<Label id="messageText" horizAlign="center" wrap="true" />
<LabelList id="optionList" vertFocusAnimationStyle="floatingFocus" textHorizAlign="center">
<ContentNode id="content" role="content"></ContentNode>
2020-03-04 02:46:26 +00:00
</LabelList>
2020-03-04 02:46:26 +00:00
</children>
<interface>
<field id="id" type="string" />
<field id="message" type="string" onChange="updateMessage" />
<field id="options" type="array" onChange="updateOptions" />
<field id="fontHeight" type="integer" />
<field id="fontWidth" type="integer" />
</interface>
</component>