Displaying 1 result from an estimated 1 matches for "style_auto_complete".
2006 May 16
0
in_place_editor with local autocomplete
...:action => "jsarray"
) -%>" type="text/javascript"></script>
<!-- div to make into a in-place editor -->
<div id="style_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'' ,
...