Displaying 2 results from an estimated 2 matches for "edit_pag".
Did you mean:
  edit_page
  
2006 Aug 01
0
persisting tree navigation
...n @display variable inside the for child in 
parent.children loop for the style, but I couldn''t get it to set the 
value outside.  The following is the code I have in the view:
<% for parent in @parents %>
    <%= link_to(h(parent.name), :id => parent, :action => ''edit_page'') 
%>
    <%= image_tag(''toggle'',:onclick => 
"Effect.Toggle(''child#{parent.id}'',''blind'');")%>
    <br />
    <div style=''display:none'' id="<%= ''child'' + parent...
2006 Mar 08
8
New ajaxy CMS on Rails: adminpages
hey, i''ve created a basic content management system using rails and 
scriptaculous. I posted a first version last week, but I heavily 
extended it since then.
Features:
Pages are arranged in a sortable tree (sortable by drag and drop)
Pages have "nice" URLS (no /index?articleid=97361496 or something)
Cacheing on page basis
every page has a layout with a number of columns
page