<parameter>

A parameter to be passed to a JavaScript function defined within <javascript> (with return value) tags.

The values defined within the <parameter> tags are passed as an array to the JavaScript function.

Child of: <javascript> (with return value)
Parent of: Nothing

Example:

<parameter>Parameter 1 to pass</parameter>
<parameter>Parameter 2 to pass</parameter>
...