docs.roxen.com
main | demo | docs
download | community | pike
© 2000 Roxen Internet Software
Suggestions, Comments or Complaints
manuals@roxen.com

DocsRoxen2.0Web Site Creator ManualVariable tags
   

  • <append>
  • <dec>
  • <define>
  • <inc>
  • <insert>
  • <scope>
  • <set>
  • <undefine>
  • <unset>
  • <use>
  • <undefine/>

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

    Attributes

    variable
    variable=name
    Undefines this variable.
      <define variable='var.hepp'>hopp</define>
      var.hepp
      <undefine variable='var.hepp'/>
      var.hepp
     
    var.hepp var.hepp

    tag
    tag=name
    Undefines this tag.
    container
    container=name
    Undefines this container.
    if
    if=name
    Undefines this if-plugin.