Sha256: 4e96320bf56fd93ad083eb972809519f4223553d39122822922f238daf5af84e

Contents?: true

Size: 818 Bytes

Versions: 9

Compression:

Stored size: 818 Bytes

Contents

  <% @page_heading = 'Articles' %>
  
  <% content_for('tasks') do %>
    <%= task_new 'Create new article' %>
    <li><%= link_to 'View article on your blog', article_url(@article) %></li>
  <% end %> 

  <%= start_form_tag({ :action => "edit", :id => @article }, :id => "article_form", :enctype => "multipart/form-data") %>
  <h3>Editing article</h3>

  <div class="form">
    <!-- LIVE PREVIEW -->
    <div id="preview" class="post" style="display:none;"></div>
    <!-- /LIVE PREVIEW -->	
    <%= render_partial "form" %>
  </div>

  <div id="operations">
    <%= save %> or <%= cancel %>  
  </div>

  <%= end_form_tag %>

  <%= observe_form "article_form", 
        :frequency => 2, 
        :update => "preview",
        :complete => "Element.show('preview')",
        :url => { :action => "preview" } %>      

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/content/edit.rhtml
typo-3.99.2 app/views/admin/content/edit.rhtml
typo-3.99.3 app/views/admin/content/edit.rhtml
typo-3.99.1 app/views/admin/content/edit.rhtml
typo-3.99.4 app/views/admin/content/edit.rhtml
typo-4.0.0 app/views/admin/content/edit.rhtml
typo-4.0.1 app/views/admin/content/edit.rhtml
typo-4.0.2 app/views/admin/content/edit.rhtml
typo-4.0.3 app/views/admin/content/edit.rhtml