Sha256: a92fcc5d0d87c3f1c3697df8dadc9b2b1fafa75d7a05c3881ae1105bee2f2fde

Contents?: true

Size: 591 Bytes

Versions: 9

Compression:

Stored size: 591 Bytes

Contents

  <% @page_heading = 'Pages' %>

  <h3>Creating page</h3>

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