Name

UI_LARGE_TABLE — (partly documented)

SYNOPSIS

{ }

DESCRIPTION

It specifies that flex-select should not use ra=all if UI_LARGE_TABLE is set.

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

AVAILABILITY

UI_LARGE_TABLE is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: code/UI_Tag/flex_select.coretag
Line 94 (context shows lines 84-98 in flex_select_init():30)

    });
my $url = $Tag->area( {
        href => $::Variable->{UI_ERROR_PAGE} || 'admin/error',
        secure => $::Variable->{UI_SECURE},
      });
#::logDebug("delivering error url=$url");
$Tag->deliver( { location => $url });
return;
}

if( $::Variable->{UI_LARGE_TABLE} =~ /\b$table\b/ or $db->config('LARGE') ) {
  $ts->{large} = 1;
}

if( $db->config('COMPOSITE_KEY') ) {

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!