scope

tag scope <div scope></div> is used to determine the range of the scope effectting and also to bind specific module by namespace ,such as <div scope="a.b.module></div>.If there is no module is specified ,scope will create a anonymous module.

Usage

as attribute:

1 <ANY
2   scope="a.b.module">
3 ...
4 </ANY>
1 <ANY scope>
2 ...
3 </ANY>

Arguments

@module type string

Example