svn: /pear/peardoc/trunk/en/package/html/html-quickform2/ renderers.xml
[email protected] (Alexey Borzov) Thu, 22 Mar 2012 21:40:33 +0000
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
--c614276953077b8549a090461acfe5683420a97f
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
avb Thu, 22 Mar 2012 21:40:33 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=324474
Log:
typos
Changed paths:
U pear/peardoc/trunk/en/package/html/html-quickform2/renderers.xml
Modified: pear/peardoc/trunk/en/package/html/html-quickform2/renderers.xml
===================================================================
--- pear/peardoc/trunk/en/package/html/html-quickform2/renderers.xml 2012-03-22 21:28:22 UTC (rev 324473)
+++ pear/peardoc/trunk/en/package/html/html-quickform2/renderers.xml 2012-03-22 21:40:33 UTC (rev 324474)
@@ -160,7 +160,7 @@
<para>
<phd:pearapi phd:package="HTML_QuickForm2"
- phd:linkend="HTML_QuickForm2_Renderer::reset">reset()</phd:pearapi> method that clears all
+ phd:linkend="HTML_QuickForm2_Renderer::reset">reset()</phd:pearapi> method clears all
accumulated data. It is called automatically when rendering a
<classname>HTML_QuickForm2</classname> object, but must be called manually when rendering form
elements separately.
@@ -519,7 +519,7 @@
</programlisting>
</para>
<para>
- Hovewer, you will require a rendering step if your form uses client-side validation or contains
+ However, you will require a rendering step if your form uses client-side validation or contains
Javascript-backed elements like Hierselect. Stub renderer can be used in such circumstances to
reduce overhead as the results of a more complex renderer like Default will be discarded.
</para>
--c614276953077b8549a090461acfe5683420a97f--