jf-roku/components/data/options-choices.xml
2019-05-03 08:48:59 -04:00

15 lines
626 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="OptionsData" extends="ContentNode">
<interface>
<field id="base_title" type="string" />
<field id="choices" type="array" onChange="update_title" />
<field id="config_key" type="string" />
<field id="value_index" type="integer" />
<field id="global_setting" type="boolean" value="false" />
<field id="value" type="string" onChange="update_title" />
<function name="press" />
</interface>
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
<script type="text/brightscript" uri="options-choices.brs" />
</component>