Name

UI_META_SELECT —

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_META_SELECT 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 713 (context shows lines 703-717 in flex_select_init():30)

}

$opt->{ui_style} = 1 unless defined $opt->{ui_style};
$opt->{no_checkbox} = 1 if $ts->{multikey};

my $show_meta;
my $meta_anchor;
if($Tag->if_mm('super') and ! $opt->{no_meta}) {
  $show_meta = defined $::Values->{ui_meta_force}
        ? $::Values->{ui_meta_force}
        : $::Variable->{UI_META_SELECT};
  if($opt->{meta_image}) {
    $meta_anchor = qq{<img src="$opt->{meta_image}" border=0>};
  }
  else {

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!