Name

item_list —

ATTRIBUTES

Attribute Pos. Req. Default Description

DESCRIPTION

BEHAVIOR

This tag does not appear to be affected by, or affect, the rest of Interchange.

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

item_list is available in Interchange versions:

4.6.0, 4.8.0

SOURCE

Interchange 4.8.0:

Source: lib/Vend/Interpolate.pm (rev. 2.9.2.29 from Fri Jan 24 06:51:52 2003)
Lines: 5265

sub tag_item_list {
my($cart,$opt,$text) = @_;
#::logDebug("tag_item_list: " . ::uneval(\@_));
my $obj = {
      mv_results => $cart ? ($::Carts->{$cart} ||= [] ) : $Vend::Items,
        };
return if ! $text;
#::logDebug("tag_item_list obj=" . ::uneval($obj));
#::logDebug("Vend::Items obj=" . ::uneval($Vend::Items));
$CacheInvalid = 1;
$opt->{prefix} = 'item' unless defined $opt->{prefix};
# LEGACY
list_compat($opt->{prefix}, \$text);
# END LEGACY
return labeled_list($opt, $text, $obj);
}

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!