Sha256: 9c13d583f587352ae390548d9aee842701502fe08538cfef28af0befca115c94

Contents?: true

Size: 588 Bytes

Versions: 9

Compression:

Stored size: 588 Bytes

Contents

<%= start_form_tag({:controller => 'articles',  :action => 'search'}, {:method => 'get', :id => 'sform'}) %>
 <label for="q">Live Search:</label><input type="text" id="q" name="q" value="" size="15" />
<%= image_tag "spinner-blue.gif", :id => 'search_spinner', :style => 'display:none;' %>
<%= end_form_tag %>
<%= observe_field "q", :frequency => 1, 
    :url => { :controller => "live", :action => "search" }, 
    :loading => "Element.show('search_spinner')",
    :complete => "Element.hide('search_spinner')",
    :update => "search-results",
    :with => "'q=' + escape($F('q'))" -%>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/shared/_search.rhtml
typo-3.99.3 app/views/shared/_search.rhtml
typo-3.99.1 app/views/shared/_search.rhtml
typo-3.99.2 app/views/shared/_search.rhtml
typo-3.99.4 app/views/shared/_search.rhtml
typo-4.0.0 app/views/shared/_search.rhtml
typo-4.0.1 app/views/shared/_search.rhtml
typo-4.0.2 app/views/shared/_search.rhtml
typo-4.0.3 app/views/shared/_search.rhtml