Displaying 1 result from an estimated 1 matches for "profile_title".
Did you mean:
profile_file
2006 Jan 19
5
script.aculos.us and the in_place_editor
...r has a profile page which lists
their name, age, homepage, etc... There is no form on this page...
it''s just regular text. Here''s a snippet:
<div class="profile_fields">
<p>
<div class="profile_details_container">
<span class="profile_title">Name:</span>
<span class="profile_info"><%= @user.first_name %> <%=
@user.last_name %></span>
</div>
</p>
<p>
<div class="profile_details_container">
<span class="profile_title">...