<%= tinymce_assets %>
<%= semantic_form_for @thema, :remote=>true do |f| %> <%= f.inputs do %>
<%= f.input :title %>
<%= f.input :themengruppe %>
<%= f.input :text, :as=>:tinymce_text,:label=>false %>
<%= f.actions do %> <%= f.action :submit, :as => :input %> <%= f.action :cancel, :as => :link %> <% end %> <% end %><% end %> <%= tinymce %>

Attachments:

<%= render :partial => "themen/select", :object => @thema,:locals =>{ :editor => :true} %>