table of contents
Form::Control::scriptcode(3pm) | User Contributed Perl Documentation | Form::Control::scriptcode(3pm) |
NAME¶
Embperl::Form::Control::scriptcode - A control to add script code to an Embperl Form
SYNOPSIS¶
{ type => 'scriptcode', code => 'function onEvent { .... }', }
DESCRIPTION¶
Used to create a script code blockinside an Embperl Form. The code block is added to the end of the form. See Embperl::Form on how to specify parameters.
PARAMETER¶
type
Needs to be set to 'scriptcode'.
name
optional
scripttype
Type of script code. Default: text/javascript
code
The actual script code.
Author¶
G. Richter (richter at embperl dot org), A. Beckert (beckert@ecos.de)
See Also¶
perl(1), Embperl, Embperl::Form
2023-01-22 | perl v5.36.0 |