<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>public/images/jHtmlArea.png</filename>
    </added>
    <added>
      <filename>public/images/jHtmlArea_Toolbar_Group_BG.png</filename>
    </added>
    <added>
      <filename>public/images/jHtmlArea_Toolbar_Group__Btn_Select_BG.png</filename>
    </added>
    <added>
      <filename>public/javascripts/jHtmlArea-0.7.0.min.js</filename>
    </added>
    <added>
      <filename>public/stylesheets/jHtmlArea.css</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,9 +1,9 @@
 - content_for :head do
   = javascript_include_tag &quot;prototype&quot;
   = javascript_include_tag &quot;jquery-1.3.2.min&quot;
-  = javascript_include_tag &quot;jquery.wysiwyg&quot;
+  = javascript_include_tag &quot;jHtmlArea-0.7.0.min&quot;
   = calendar_date_select_includes &quot;red&quot;, :locale =&gt; &quot;ja&quot;
-  = stylesheet_link_tag &quot;jquery.wysiwyg&quot;
+  = stylesheet_link_tag &quot;jHtmlArea&quot;
 - form_for @doc do |f|
   = f.error_messages
   %p
@@ -27,37 +27,6 @@
     = f.submit submit_label, :onclick =&gt; &quot;editor.save()&quot;
 = focus &quot;doc_title&quot;
 :javascript
-  $(function() {
-    $('#doc_body').wysiwyg({
-      controls : {
-        separator01 : { visible : true },
-        separator03 : { visible : true },
-        separator04 : { visible : true },
-        separator00 : { visible : true },
-        insertOrderedList : { visible : true },
-        insertUnorderedList : { visible : true },
-        undo: { visible : true },
-        redo: { visible : true },
-        justifyLeft: { visible : true },
-        justifyCenter: { visible : true },
-        justifyRight: { visible : true },
-        justifyFull: { visible : true },
-        subscript: { visible : true },
-        superscript: { visible : true },
-        underline: { visible : true },
-        html: {
-          visible : true,
-          exec    : function() {
-            if ( this.viewHTML ) {
-              this.setContent( $(this.original).val() )
-              $(this.original).hide()
-            } else {
-              this.saveContent()
-              $(this.original).show()
-            }
-            this.viewHTML = !( this.viewHTML )
-          }
-        }
-      }
-    })
+  $(function(){
+    $(&quot;textarea&quot;).htmlarea()
   })</diff>
      <filename>app/views/docs/_form.html.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bcc224c0ea588ef7487dda8db5ab79117e0e9132</id>
    </parent>
  </parents>
  <author>
    <name>Masaki Komagata</name>
    <email>komagata@gmail.com</email>
  </author>
  <url>http://github.com/komagata/cloister/commit/fdfbfd4abc9e9174094492207eabce4f959eed7d</url>
  <id>fdfbfd4abc9e9174094492207eabce4f959eed7d</id>
  <committed-date>2009-11-11T11:17:11-08:00</committed-date>
  <authored-date>2009-11-11T11:17:11-08:00</authored-date>
  <message>added jHtmlArea</message>
  <tree>2229a796cf3661e8ae785863ce0a7fe0b8809e21</tree>
  <committer>
    <name>Masaki Komagata</name>
    <email>komagata@gmail.com</email>
  </committer>
</commit>
