autocomplete_path not working in search box
hi, I try to put some autocomplete function for the search box. I putted the '#autocomplete_path' => 'search/autocomplete', line to the search_box function, but it not put the this line <script type="text/javascript" <src="/drupal/misc/autocomplete.js"></script> to the page. I use the same thing on the search page and it is working. What is the solution? -- Ámon Tamás http://amon.hu
Ámon Tamás írta:
hi,
I try to put some autocomplete function for the search box. I putted the '#autocomplete_path' => 'search/autocomplete', line to the search_box function, but it not put the this line <script type="text/javascript" <src="/drupal/misc/autocomplete.js"></script> to the page.
I use the same thing on the search page and it is working. What is the solution?
Ok I find it. In the phptemplate engine the search box is calles later then drupal_get_html_head(). If I put the search_box() function it is working before drupal_get_html_head() -- Ámon Tamás http://amon.hu
participants (1)
-
Ámon Tamás