Name

UI_TEMPLATE_TABLE —

SYNOPSIS

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

AVAILABILITY

UI_TEMPLATE_TABLE is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: dist/lib/UI/ContentEditor.pm
Line 188 (context shows lines 178-192 in get_tdb():184)

my $tab = $opt->{component_table};
$tab  ||= $::Variable->{UI_COMPONENT_TABLE};
$tab  ||= 'component';
$opt->{component_db} = ::database_exists_ref($tab) || '';
}

sub get_tdb {
my $opt = shift;
return $opt->{template_db} if defined $opt->{template_db};
my $tab = $opt->{template_table};
$tab  ||= $::Variable->{UI_TEMPLATE_TABLE};
$tab  ||= 'template';
$opt->{template_db} = ::database_exists_ref($tab) || '';
}


AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!