Index: documentation/manual/de/module_specs/Zend_Form-StandardDecorators.xml =================================================================== --- documentation/manual/de/module_specs/Zend_Form-StandardDecorators.xml (revision 24793) +++ documentation/manual/de/module_specs/Zend_Form-StandardDecorators.xml (working copy) @@ -84,7 +84,7 @@ tag Option spezifiziert werden, bei der Erstellung des Dekorators, oder durch Aufruf von setTag(). Zusätzlich kann eine Klasse für das Tag spezifiziert werden, indem die class Option verwendet wird, - oder durch den Aufruf von setClass(); standardmäßig wird die + oder durch den Aufruf von setOption('class', 'foo'); standardmäßig wird die Klasse 'hint' verwendet. Index: documentation/manual/en/module_specs/Zend_Form-StandardDecorators.xml =================================================================== --- documentation/manual/en/module_specs/Zend_Form-StandardDecorators.xml (revision 24793) +++ documentation/manual/en/module_specs/Zend_Form-StandardDecorators.xml (working copy) @@ -86,7 +86,7 @@ passing a tag option when creating the decorator, or calling setTag(). You may additionally specify a class for the tag using the class option or by calling - setClass(); by default, the class 'hint' is used. + setOption('class', 'foo'); by default, the class 'hint' is used.