Name

MV_TREE_TABLE — database name for tree menus

SYNOPSIS

{ database }

DESCRIPTION

VARIABLE TYPE

Catalog variable

EXAMPLES

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

NOTES

The term database in Interchange lingo has a different meaning as in common language, please check database for more information.

AVAILABILITY

MV_TREE_TABLE is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Menu.pm
Line 420 (context shows lines 410-424 in old_tree():383)

my $header;
$header = ::interpolate_html($opt->{header_template})
  if $opt->{header_template};
if($header =~ /\S/) {
  $header = Vend::Tags->uc_attr_list($opt, $header);
  push @out, $header;
}

my %defaults = (
      start       => $opt->{tree_selector} || 'Products',
      table       => $::Variable->{MV_TREE_TABLE} || 'tree',
      master      => $opt->{tree_master} || 'parent_fld',
      subordinate => 'code',
      autodetect  => '1',
      sort        => 'code',

Source: lib/Vend/Menu.pm
Line 553 (context shows lines 543-557 in dhtml_flyout():517)

push @out, <<EOF;
<script language="JavaScript1.3">
var ${vpf}timeoutCode = -1;
var ${vpf}mydiv = '$fdiv';
var ${vpf}lines = new Array;
EOF

my %o = (
    start       => $opt->{tree_selector} || $opt->{name},
    file    => $opt->{file},
    table       => $opt->{table} || $::Variable->{MV_TREE_TABLE} || 'tree',
    master      => $opt->{tree_master} || 'parent_fld',
    subordinate => 'code',
    autodetect  => '1',
    no_open    => 1,

Source: lib/Vend/Menu.pm
Line 948 (context shows lines 938-952 in file_tree():910)


<div id="${vpf}treebox" style="visibility: Visible">
</div>
<script language="JavaScript1.3">
var ${vpf}lines = new Array;
var ${vpf}sary = new Array;
EOF

my %o = (
    start       => $opt->{tree_selector} || 'Products',
    table       => $opt->{table} || $::Variable->{MV_TREE_TABLE} || 'tree',
    master      => $opt->{tree_master} || 'parent_fld',
    file    => $opt->{file},
    subordinate => 'code',
    autodetect  => '1',

Source: lib/Vend/Menu.pm
Line 1468 (context shows lines 1458-1472 in dhtml_tree():1431)

push @out, <<EOF;

<div id="${vpf}treebox" style="visibility: Visible">
</div>
<script language="JavaScript1.3">
var ${vpf}lines = new Array;
EOF

my %o = (
    start       => $opt->{tree_selector} || 'Products',
    table       => $opt->{table} || $::Variable->{MV_TREE_TABLE} || 'tree',
    master      => $opt->{tree_master} || 'parent_fld',
    file    => $opt->{file},
    subordinate => 'code',
    autodetect  => '1',

Source: dist/strap/config/bootmenu.tag
Line 407 (context shows lines 397-411 in reset_transforms():355)

  {INDICATOR:}<li class="{BOOT_LI}">
    <a{PAGE?} href="{PAGE}"{/PAGE?} title="{DESCRIPTION}" class="{LINK_CLASS}" \
 {BOOT_CONTENT}>{ICON?}{ICON} {/ICON?}{NAME}{CARET?} {CARET}{/CARET?}</a>
  {/INDICATOR:}
EOF

my $top_timeout = $opt->{timeout} || 1000;

my %o = (
    start       => $opt->{tree_selector} || $opt->{name},
    file    => $opt->{file},
    table       => $opt->{table} || $::Variable->{MV_TREE_TABLE} || 'tree',
    master      => 'parent_fld',
    subordinate => 'code',
    autodetect  => '1',
    sort        => $opt->{sort} || 'code',

AUTHORS

Interchange Development Group

SEE ALSO

tree(7ic)

DocBook! Interchange!