<%= tinymce_assets %>
<%= semantic_form_for @wiki, :remote=>remote do |f| %> <%= f.inputs do %>
<%= f.input :title %>
<%= f.input :themengruppe %>
<%= f.input :wikiformat, :as=>:select, :collection=>Wiki::WIKIFORMATS.invert %>
<%= f.input :hidelink, :as=>:boolean %> <%= @wiki.wikiname %>
<%= f.input :raw_data, :label=>false,:as=>:text, :input_html=>{:rows=>20,:class=>"row-fluid"} %>
<%= f.actions do %> <%= f.action :submit, :as => :button %> <%= f.action :cancel, :as => :link %> <% end %> <% end %><% end %> <%= tinymce %>

Attachments: