docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 3.3Web Developer ManualVariable Tags
Copyright © 2004, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<append>
<copy-scope>
<dec>
<define>
<inc>
<insert>
<insert file>
<insert href>
<insert realfile>
<insert scopes>
<insert variable>
<insert variables>
<roxen-automatic-charset-variable>
<scope>
<set>
<sprintf>
<sscanf>
<undefine>
<unset>
<use>
<vform>

<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.