jf-roku/components/data/OptionsData.xml

15 lines
622 B
XML
Raw Normal View History

2019-03-18 00:17:54 +00:00
<?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" />
2019-03-18 00:17:54 +00:00
<field id="config_key" type="string" />
<field id="value_index" type="integer" />
<field id="global_setting" type="boolean" value="false" />
2019-03-18 00:17:54 +00:00
<field id="value" type="string" onChange="update_title" />
2019-03-19 04:17:50 +00:00
<function name="press" />
2019-03-18 00:17:54 +00:00
</interface>
2019-03-22 03:27:31 +00:00
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
2020-03-18 09:10:31 +00:00
<script type="text/brightscript" uri="OptionsData.brs" />
2019-03-18 00:17:54 +00:00
</component>