fdf_set_submit_form_action

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

fdf_set_submit_form_actionImposta un'azione per un campo nell'invio di un form

Descrizione

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

La funzione fdf_set_submit_form_action() imposta un'azione da eseguire nell'invio del form per il campo fieldname.

Vedere anche fdf_set_javascript_action().

add a note add a note

User Contributed Notes

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