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" />
|
2019-04-22 20:07:34 +00:00
|
|
|
<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" />
|
2019-04-22 20:07:34 +00:00
|
|
|
<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" />
|
2019-05-03 12:48:59 +00:00
|
|
|
<script type="text/brightscript" uri="options-choices.brs" />
|
2019-03-18 00:17:54 +00:00
|
|
|
</component>
|