Displaying 1 result from an estimated 1 matches for "style_jdetails".
2006 May 16
0
in_place_editor with local autocomplete
...le_lookup">Change Style</div>
<!-- autocomplete div -->
<div class="auto_complete" id="style_auto_complete"></div>
<%= in_place_editor( "style_lookup", { :url => url_for( :controller =>
"styles", :action => "style_jdetails" ), :script => true } ) %>
<%= javascript_tag("new Autocompleter.Local( ''style_lookup'' ,
''style_auto_complete'', styleArray, { fullSearch: true, frequency: 0,
minChars: 1 });") %>
The problem here is that in_place_editor creates an i...