Просмотр исходного кода

[DOCUMENTATION] Correct kind of TextBox

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16075 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 лет назад
Родитель
Сommit
3a891018bc
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      documentation/manual/de/module_specs/Zend_Dojo-Form-Elements.xml

+ 2 - 2
documentation/manual/de/module_specs/Zend_Dojo-Form-Elements.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- EN-Revision: 15851 -->
+<!-- EN-Revision: 16073 -->
 <!-- Reviewed: no -->
 <sect2 id="zend.dojo.form.elements">
     <title>Dijit-Specifische Fomularelemente</title>
@@ -1056,7 +1056,7 @@ $form->addElement(
         </para>
 
         <para>
-            Intern wird NumberTextBox abgeleitet von
+            Intern wird PasswordTextBox abgeleitet von
             <link linkend="zend.dojo.form.elements.validationTextBox">ValidationTextBox</link> und
             <link linkend="zend.dojo.form.elements.textBox">TextBox</link>; alle in diesen Klassen
             vorhandenen Methoden sind vorhanden.