docs.roxen.comBack to normal mode
DocsRoxenWebServer 4.5Web Developer ManualVariable Tags
Copyright © 2012, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

<undefine/>

Provided by module: Tags: RXML 2 tags

Removes a definition made by the define container. One attribute is required.


Attributes

variable="name"

Undefines this variable.


  <define variable='var.hepp'>hopp</define>
  &var.hepp;
  <undefine variable='var.hepp'/>
  &var.hepp;
hopp

tag="name"

Undefines this tag.


container="name"

Undefines this container.


if="name"

Undefines this if-plugin.