Sha256: af914f9c271be07bc5cb4b33a11f211febd700f820836e514491f11c9faad8f3

Contents?: true

Size: 670 Bytes

Versions: 9

Compression:

Stored size: 670 Bytes

Contents

  <% @page_heading = 'Articles' %>

  <h3>Creating article</h3>

  <%= start_form_tag({ :action => "new" }, :id => "article_form", :enctype => "multipart/form-data") %>
  
  
  <div class="form">	
    <!-- LIVE PREVIEW --> 
    <div id="preview" class="post" style="display: none;"></div>
    <!-- /LIVE PREVIEW -->
    <%= render_partial "form" %>
  </div>

  <div id="operations">
    <%= save("Save this article") %> 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/new.rhtml
typo-3.99.3 app/views/admin/content/new.rhtml
typo-3.99.1 app/views/admin/content/new.rhtml
typo-3.99.2 app/views/admin/content/new.rhtml
typo-4.0.2 app/views/admin/content/new.rhtml
typo-4.0.1 app/views/admin/content/new.rhtml
typo-3.99.4 app/views/admin/content/new.rhtml
typo-4.0.0 app/views/admin/content/new.rhtml
typo-4.0.3 app/views/admin/content/new.rhtml