- or download this
$list = $browser->Scrolled(
'Tree',
...
'-fill' => 'both',
'-expand' => '1'
);
- or download this
$list->add("rec$i", '-text' => "($i) $displayLine");
$list->setmode("rec$i", 'open');
$list->close("rec$i");
- or download this
$list->add("rec$i.$j", '-text' => "$segments[$j]");
$list->setmode("rec$i.$j", 'open');
$list->close("rec$i.$j");
$list->hide('entry', "rec$i.$j");
- or download this
$list->add("rec$i.$j.$k", '-text' => "$fields[$k]");
$list->hide('entry', "rec$i.$j.$k");