fdf_set_javascript_action

(PHP 4 >= 4.0.2, PHP 5 < 5.3.0, PECL fdf SVN)

fdf_set_javascript_actionImposta un'azione javascript per un campo

Descrizione

fdf_set_javascript_action(
    resource $fdf_document,
    string $fieldname,
    int $trigger,
    string $script
): bool

La funzione fdf_set_javascript_action() imposta una azione javascript per il campo fieldname passato.

Vedere anche fdf_set_submit_form_action().

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top