Displaying 5 results from an estimated 5 matches for "title_".
Did you mean:
title
2006 Jan 13
0
Controller part of in-place editing
...quot;<%= ''url'' + link.id.to_s -%>"><%= link.url %></div></td>
<%= in_place_editor (''url'' + link.id.to_s, :url => {:action =>
''edit_inplace''} ) %>
<td> <div id="<%= ''title_'' + link.id.to_s -%>"><%= link.title
%></div></td>
<%= in_place_editor (''title_'' + link.id.to_s) %>
<td> <div id="<%= ''user_'' + link.id.to_s -%>"><%= link.user
%></div>...
2006 Jan 21
1
Sortable Element with Partials?
...me I''ll have better luck. I originally had my
sortable element list working properly like so:
<ul id="sortable_list">
<% @items.each do |item| %>
<li id="item_<%= item.id %>"><%= image_tag "dragme.gif" %><span
id="title_<%= item.id %>" class="title"> <%= item.value %></span> <span
class="actions"><%= link_to("Delete", :action => "destroy", :id =>
item.id) %></span></li>
<%= sortable_element(''sortable_list...
2006 Jan 25
1
xx-0.1.0 : xhtml and xml make it twice as dirty
NAME
xx - twice as dirty
SYNOPSIS
~ > gem install "double x"
require "xx"
include XX::XHTML
doc = xhtml_{
html_{
head_{ title_{ " go xx! " } }
body_{ " one more and it would be illegal " }
}
}
URI
http://rubyforge.org/frs/?group_id=1024
DESCRIPTION
xx is a library designed to extend ruby objects with html, xhtml, and xml
generation methods. the syntax provided by xx aims t...
2006 Jan 07
1
Sortable Element with Partials??
Hi Everyone,
I originally had my sortable element list working properly like so:
<ul id="sortable_list">
<% @items.each do |item| %>
<li id="item_<%= item.id %>"><%= image_tag "dragme.gif" %><span
id="title_<%= item.id %>" class="title"> <%= item.value %></span> <span
class="actions"><%= link_to("Delete", :action => "destroy", :id =>
item.id) %></span></li>
<%= sortable_element(''sortable_list&...
2005 Oct 19
4
ER strikes back
Hi Railers,
A long, long, time ago, i made a Framework/CMS in php.
There were two core models: Content and Content_type.
Content_type was only a list of content types (as expected): new, article, etc.
Content_type was not mandatory, but it allowed later to "deactivate"
types of contents, for example.
So then Content stored the common attributes/properties between the
different content