Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
First of all we'll add jquery and jquery-ui libraries to advanced search .jsp page. This libraries have the necessary code necessary to implement autocomplete behavior. We can add them on head section of advanced search page \[dspace-source\]/dspace-jspui/dspace-jspui-webapp/src/main/webapp/search/advanced.jsp, or use a on/off switch approach to attach them as described on [Adding jQuery (or other script library) support on JSPUI|DSpaceKB:Adding jQuery (or other script library) support on JSPUI]. In this manual we'll use second approach because it's the fastesfastest way to disable scriptaculous libraries to avoid colliding with jquery (both use the same notation $ for calling functions ).

Wiki Markup
We'll edit \[dspace-source\]/dspace-jspui/dspace-jspui-webapp/src/main/webapp/search/advanced.jsp 
\\

...