<insert variables/>
Provided by module: Tags: RXML 2 tags
Inserts a listing of all variables in a scope.
Note!
|
It is
possible to create a scope with an infinite number of variables set.
In this case the programmer of that scope decides which variables that
should be listable, i.e. this will not cause any problem except that
all variables will not be listed. It is also possible to hide
variables so that they are not listed with this tag.
|
Attributes
- variables="{full, plain}"
-
Sets how the output should be formatted.
<pre>
<insert variables='full' scope='roxen'/>
</pre> |
|
|
- scope
-
The name of the scope that should be listed, if not the present scope.