Sha256: cf272bec2b8d01dd5befd50954ae0de6cf28a0b79cb43363e972290d8918023c

Contents?: true

Size: 754 Bytes

Versions: 9

Compression:

Stored size: 754 Bytes

Contents

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

  <%= start_form_tag({ :action => "edit", :id => @page }, :id => "page_form") %>
  <h3>Editing page</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 "page_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/pages/edit.rhtml
typo-3.99.3 app/views/admin/pages/edit.rhtml
typo-3.99.1 app/views/admin/pages/edit.rhtml
typo-3.99.2 app/views/admin/pages/edit.rhtml
typo-3.99.4 app/views/admin/pages/edit.rhtml
typo-4.0.1 app/views/admin/pages/edit.rhtml
typo-4.0.2 app/views/admin/pages/edit.rhtml
typo-4.0.0 app/views/admin/pages/edit.rhtml
typo-4.0.3 app/views/admin/pages/edit.rhtml