![]() |
![]() |
5 Einträge, 1 Seite |
1
2
3
4
5
6
7
8
9
10
11
12
13
package classes::module_garticle;
use classes::module_article;
our @ISA = qw(classes::module_article);
#-------------------------------------------------
$Meta{'group'} = {
"id" => { 'html_checkboxesfromgroups' =>
{ '_import_' => sub { $self->html_selectfromgroups( @_ ) },
'_select_' => " _tabfield_ ", },
},
};
#--------------------------------------------------------
sub html_selectfromgroups { my $Self = shift; }
... => sub{ my $self = shfit; $self->html_selectfromgroups( @_ ) },
![]() |
![]() |
5 Einträge, 1 Seite |