1
0
mirror of https://github.com/php/doc-de.git synced 2026-03-30 19:22:14 +02:00
Files
archived-doc-de/reference/fdf/functions/fdf-set-javascript-action.xml
n/a fc5bd87721 syncing with EN
git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@108290 c90b9560-bf6c-de11-be94-00142212c4b1
2002-12-16 14:50:45 +00:00

53 lines
1.7 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./de/functions/fdf.xml, last change in rev 1.5 -->
<!-- last change to 'fdf-set-javascript-action' in en/ tree in rev 1.6 -->
<!-- EN-Revision: 1.3 Maintainer: sts Status: ready -->
<!-- OLD-Revision: 1.29/EN.1.6 -->
<refentry id="function.fdf-set-javascript-action">
<refnamediv>
<refname>fdf_set_javascript_action</refname>
<refpurpose>
Weist einem Feld eine Javascript Aktion zu
</refpurpose>
</refnamediv>
<refsect1>
<title>Beschreibung</title>
<methodsynopsis>
<type>bool</type><methodname>fdf_set_javascript_action</methodname>
<methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
<methodparam><type>string</type><parameter>fieldname</parameter></methodparam>
<methodparam><type>int</type><parameter>trigger</parameter></methodparam>
<methodparam><type>string</type><parameter>script</parameter></methodparam>
</methodsynopsis>
<para>
<function>fdf_set_javascript_action</function> weist dem Feld
<parameter>fieldname</parameter> eine Javascript Aktion zu.
</para>
<para>
Siehe auch <function>fdf_set_submit_form_action</function>.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->