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>
  • <scope></scope>

    Creates a different variable scope. Variable changes inside the scope container will not affect variables in the rest of the page. Variables set outside the scope is not available inside the scope unless the extend attribute is used. No attributes are required.

    Attributes

    extend
    If set, all variables will be copied into the scope.