Help for this page

Select Code to Download


  1. or download this
    sub UpdatePanels {
        my $self = shift;
    ...
        }
    
    } # END UpdatePanels
    
  2. or download this
    sub UpdatePanels {
        my $self = shift;
        $self->eventGenerate('<<UpdatePanels>>');
    }