search for: style_lookup

Displaying 1 result from an estimated 1 matches for "style_lookup".

2006 May 16
0
in_place_editor with local autocomplete
...code: <!-- Load the array for autocomplete --> <script src="<%= url_for( :controller => "styles", :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_jde...