<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -337,7 +337,7 @@ object for a list view, for fairly obvious reasons.
   generally-applicable choice (for example, it favours a +select+ over a
   +radio_group+ for a +belongs_to+ association).
 
-* +static_image+ sports a number of options used to build an hash suitable for
+* +static_image+ sports a number of options used to build a hash suitable for
   the +tag+ helper responsible for the creation of final &lt;tt&gt;&lt;img&gt;&lt;/tt&gt; tag:
 
   * &lt;tt&gt;:controller&lt;/tt&gt; (default &quot;auto_admin&quot;) and &lt;tt&gt;:action&lt;/tt&gt; (default
@@ -355,8 +355,8 @@ object for a list view, for fairly obvious reasons.
   Everything else is passed as is to the +tag+ helper (so one could use
   &lt;tt&gt;:style&lt;/tt&gt; or &lt;tt&gt;:class&lt;/tt&gt; to alter the looks of &lt;tt&gt;&lt;img&gt;&lt;/tt&gt;).
   This helper accepts a block, with a single parameter (this object), which
-  can be used to return an hash to be merged into the options that are about
-  to be passed to the tag helper.
+  can be used to return a hash to be merged into the options that are about to
+  be passed to the tag helper.
 
 * +text_field_with_auto_complete+ provides a simple text field with
   autocompletion delegating all the work to the homonymous ActionView's
@@ -385,7 +385,13 @@ object for a list view, for fairly obvious reasons.
       :link_text =&gt; 'The picture'
 
 * +html_area+ use FCKEditor if the support has been explicitly turned on,
-  otherwise it delegates to +text_area+.
+  otherwise it delegates to +text_area+; when using FCKEditor, you can pass a
+  hash of options down to the editor:
+
+    f.html_area :content, :toolbarSet =&gt; 'MyStyle', :height =&gt; '300px'
+
+  See the FCKEditor plugin[http://rubyforge.org/projects/fckeditorp/]'s
+  documentation.
 
 * None of the following actually work, but they're defined, waiting for me to
   come back and write them. Presumably the image fields will delegate to</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>046e1fa3ca490ed542ffc098896db583fe9c1706</id>
    </parent>
  </parents>
  <author>
    <name>Gufo Pelato</name>
    <email>gufo.pelato@gmail.com</email>
  </author>
  <url>http://github.com/baldowl/auto_admin/commit/bb51264f42b165a4c256f027ea11ff012c4b86e0</url>
  <id>bb51264f42b165a4c256f027ea11ff012c4b86e0</id>
  <committed-date>2009-09-24T23:43:58-07:00</committed-date>
  <authored-date>2009-09-24T23:43:58-07:00</authored-date>
  <message>More info on html_area helper; less typos.</message>
  <tree>d2c3013c711d0ecb2965e61501927d4d6fe48ae1</tree>
  <committer>
    <name>Gufo Pelato</name>
    <email>gufo.pelato@gmail.com</email>
  </committer>
</commit>
