Name

UI_META_LINK — toggle UI meta link display

SYNOPSIS

{ 0 | 1 }

DESCRIPTION

The variable enables display of "Edit metadata" links in the UI.

VARIABLE TYPE

Catalog variable

EXAMPLES

Example: Enable "Edit metadata" UI links

Variable UI_META_LINK 1

NOTES

AVAILABILITY

UI_META_LINK is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Table/Editor.pm
Line 3379 (context shows lines 3369-3383 in editor():2243)

my @ext_enable;

if($opt->{left_width} and ! $opt->{label_cell_width}) {
  $opt->{label_cell_extra} .= qq{ width="$opt->{left_width}"};
}

my $show_meta;
if($super and ! $opt->{no_meta}) {
  $show_meta = defined $def->{ui_meta_force}
        ?  $def->{ui_meta_force}
        : $::Variable->{UI_META_LINK};
}

if($show_meta) {
  if(! $opt->{row_template} and ! $opt->{simple_row}) {

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!