CGI-MxScreen
view release on metacpan or search on metacpan
MxScreen/Form/Button.pm view on Meta::CPAN
737475767778798081828384858687888990919293
"must specify -action when using -on_error or -dyn_on_error"
;
$self
->[VALUE] =
$value
eq
''
?
$name
:
$value
;
$self
->update(
@_
);
return
DVAL
$self
;
}
#
# ->update
#
sub
update {
DFEATURE
my
$f
;
my
$self
=
shift
;
(
$self
->[NAME],
$self
->[ACTION],
$self
->[TARGET],
$self
->[DYN_TARGET],
$self
->[ON_ERROR],
$self
->[DYN_ON_ERROR],
@{
$self
->[CGI_ARGS]}) =
MxScreen/Form/Field.pm view on Meta::CPAN
666768697071727374757677787980818283848586
$self
->update(
@_
);
return
DVAL
$self
;
}
#
# ->update
#
#
sub
update {
DFEATURE
my
$f_
;
my
$self
=
shift
;
(
$self
->[NAME],
$self
->[MANDATORY],
$self
->[VERIFY_ARG],
$self
->[STORAGE],
$self
->[PATCH],
$self
->[NOSTORAGE],
@{
$self
->[CGI_ARGS]}) =
( run in 1.623 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )