Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 202c1b3

Browse files
committed
Fixes zendframework#683 - Zend_Form_Element_Button::isChecked has wrong documentation
1 parent 9d73d88 commit 202c1b3

File tree

6 files changed

+0
-30
lines changed

6 files changed

+0
-30
lines changed

documentation/manual/de/module_specs/Zend_Form-StandardElements.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@
3535
den <link linkend="zend.form.standardDecorators.viewHelper">ViewHelper</link> und den
3636
<link linkend="zend.form.standardDecorators.dtDdWrapper">DtDdWrapper</link> Dekorator.
3737
</para>
38-
39-
<para>
40-
Nach der Veröffentlichung oder Prüfung einer Form, kann geprüft werden ob der gegebene
41-
Button geklickt wurd indem die <methodname>isChecked()</methodname> Methode verwendet
42-
wird.
43-
</para>
4438
</sect2>
4539

4640
<sect2 id="zend.form.standardElements.captcha">

documentation/manual/en/module_specs/Zend_Form-StandardElements.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@
3737
linkend="zend.form.standardDecorators.dtDdWrapper">DtDdWrapper</link>
3838
decorators.
3939
</para>
40-
41-
<para>
42-
After populating or validating a form, you can check if the given
43-
button was clicked using the <methodname>isChecked()</methodname> method.
44-
</para>
4540
</sect2>
4641

4742
<sect2 id="zend.form.standardElements.captcha">

documentation/manual/es/module_specs/Zend_Form-StandardElements.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
>ViewHelper</link> and <link
3434
linkend="zend.form.standardDecorators.dtDdWrapper"
3535
>DtDdWrapper</link> decorators. </para>
36-
37-
<para> Después de llenar o validar un formulario, se puede verificar si
38-
el botón dado fue pulsado usando el método
39-
<methodname>isChecked()</methodname> . </para>
4036
</sect2>
4137

4238
<sect2 id="zend.form.standardElements.captcha">

documentation/manual/fr/module_specs/Zend_Form-StandardElements.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
et les décorateurs <link
3434
linkend="zend.form.standardDecorators.dtDdWrapper">DtDdWrapper</link>.
3535
</para>
36-
<para>
37-
Après avoir rempli ou validé un formulaire, vous pouvez vérifier si
38-
le bouton donné a été cliqué en utilisant la méthode
39-
<methodname>isChecked()</methodname>.
40-
</para>
4136
</sect2>
4237
<sect2 id="zend.form.standardElements.captcha">
4338
<title>Zend_Form_Element_Captcha</title>

documentation/manual/ja/module_specs/Zend_Form-StandardElements.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@
3737
linkend="zend.form.standardDecorators.dtDdWrapper">DtDdWrapper</link>
3838
デコレータのみを使用します。
3939
</para>
40-
41-
<para>
42-
フォームの表示や検証の後で、
43-
そのボタンが押されたかどうかを調べたい場合は
44-
<methodname>isChecked()</methodname> メソッドを使用します。
45-
</para>
4640
</sect2>
4741

4842
<sect2 id="zend.form.standardElements.captcha">

documentation/manual/zh/module_specs/Zend_Form-StandardElements.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
<para>
2020
因为标签用作元素的一部分,但按钮元素只用 <link linkend="zend.form.standardDecorators.viewHelper">ViewHelper</link> 和 <link linkend="zend.form.standardDecorators.dtDdWrapper">DtDdWrapper</link> 装饰器。
2121
</para>
22-
23-
<para>
24-
在组装和校验表单之后,我们可用 <code>isChecked()</code> 方法来检查是否给定的按钮被点击。
25-
</para>
2622
</sect2>
2723

2824
<sect2 id="zend.form.standardElements.checkbox">

0 commit comments

Comments
 (0)