Skip to content

Tag Definition: param

Generated by rlextra version 3.6.13

Attributes

Name

Required?

Default_Value

Values

name

required

None

Can contain
(#PCDATA)

Purpose

This is generic but lets you override certain keys/variables in various contexts.

Example usage

<story>
    <drawing module="charts.BarChart01" function="BarChart01">
        <param name="chart.barWidth">50</param>
    </drawing>
</story>

Note: Only relevant sections are used in this snippet. Some tags were not included. See some of our samples for further insight of how you may go about setting up a full document using rml.

Example of nesting path from the parent tags to the current tag

<document> ➔ <story> ➔ <drawing> ➔ <param>