Displaying 1 result from an estimated 1 matches for "themelookup".
2006 Jun 21
5
Problem with observe_field
...;div class="foo">
<%= select ''theme'', "id", Theme.find_all.collect {|t| [ t.name, t.id
] }, { :prompt => ''Select a theme'' } %>
</div>
<%= observe_field(
:theme_id,
:update => :my_style,
:url => { :action => :themelookup, :id => @space,},
:with => ''theme_id'')
%>
<div class="userfoo">
<%= text_area ''my'', ''style'', :cols => ''65'', :rows=>''10'' %>
</div>
===============================...