<scope></scope>
Provided by module: RXML 2 tags
Creates a new variable scope. Variable changes inside the scope
container will not affect variables in the rest of the page.
Attributes
- extend="name" (form)
-
If set, all variables in the selected scope will be copied into
the new scope. NOTE: if the source scope is "magic", as e.g. the
roxen scope, the scope will not be copied, but rather linked and will
behave as the original scope. It can be useful to create an alias or
just for the convinience of refering to the scope as "_".
- scope="name" (form)
-
The name of the new scope, besides "_".