| Embperl documentation | view source | Contained in the Embperl distribution. |
Embperl::Form::Control::scriptcode - A control to add script code to an Embperl Form
{
type => 'scriptcode',
code => 'function onEvent { .... }',
}
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.
Needs to be set to 'scriptcode'.
optional
Type of script code. Default: text/javascript
The actual script code.
G. Richter (richter@dev.ecos.de), A. Beckert (beckert@ecos.de)
perl(1), Embperl, Embperl::Form
| Embperl documentation | view source | Contained in the Embperl distribution. |