config

Provides a container for extended configuration key-value pairs for elements related to a parameter. Contents are dependent on other constraints, parameter types or widgets.

Syntax

<param>

<config key="key">value</config>

<config key="key">value</config>

. . .

</param>

Attributes

Attribute

Values

Restrictions

Description

key

String

 

Configuration parameter name

value

String

 

Configuration parameter value

Example

The following config object sets attributes of a graph widget:

   <param oid="Fader_Bar" right="5" widget="256">

      <config key="w.time">5</config>

      <config key="w.autoadvance">true</config>

      <config key="w.plotbg">#dark</config>

      <config key="w.plotfg">#00FF00</config>

      <config key="w.grid">#panelfg</config>

      <config key="w.hidelegend">true</config>

      <config key="w.hidey">false</config>

      <config key="w.hidex">false</config>

   </param>