Index  Up  <<  >>  


flag

CALL INFORMATION
Parameters: type

Positional parameters in same order.

The attribute hash reference is passed to the subroutine after the parameters as the last argument. This may mean that there are parameters not shown here.

Must pass named parameter interpolate=1 to cause interpolation.

Invalidates cache: YES

Called Routine:

ASP/perl tag calls:

    $Tag->flag(
        {
         type => VALUE,
        }
    )
  
 OR
 
    $Tag->flag($type, $ATTRHASH);

Attribute aliases

            flag ==> type
            name ==> type

 

DESCRIPTION
NO DESCRIPTION


Index  Up  <<  >>