Help for this page

Select Code to Download


  1. or download this
    $list = $browser->Scrolled(
        'Tree',
    ...
        '-fill' => 'both',
        '-expand' => '1'
    );
    
  2. or download this
    $list->add("rec$i", '-text' => "($i) $displayLine");
    $list->setmode("rec$i", 'open');
    $list->close("rec$i");
    
  3. 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");
    
  4. or download this
    $list->add("rec$i.$j.$k", '-text' => "$fields[$k]");
    $list->hide('entry', "rec$i.$j.$k");