Index  Up  <<  >>  


region

CALL INFORMATION
No parameters.

The attribute hash reference is passed after the parameters but before the container text argument. This may mean that there are parameters not shown here.

Must pass named parameter interpolate=1 to cause interpolation.

This is a container tag, i.e. [region] FOO [/region]. Nesting: NO

Invalidates cache: no

Called Routine:

ASP/perl tag calls:

    $Tag->region(
        {
        },
        BODY
    )
  
 OR
 
    $Tag->region($ATTRHASH, $BODY);

Attribute aliases

            args ==> arg
            params ==> arg
            search ==> arg

 

DESCRIPTION
NO DESCRIPTION


Index  Up  <<  >>