Versions Compared

Key

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

...

Using simple on/off switches defined in <dspace:layout> element we'll allow DSpace .jsp pages to load or not this script files. Example:

Code Block
languagehtml/xml
titleEnable jQuery
<dspace:layout titlekey="jsp.search.results.title" navbar="off" locbar="off" scriptaculous="off" jquery="on">
Code Block
languagehtml/xml
titleEnable scriptaculous
<dspace:layout titlekey="jsp.search.results.title" navbar="off" locbar="off" scriptaculous="on" jquery="off"> 
Code Block
languagehtml/xml
titleDisable all
<dspace:layout titlekey="jsp.search.results.title" navbar="off" locbar="off" scriptaculous="off" jquery="off">

script.aculo.us libraries 

...

Modifying layout page

 First we'll start modifying modifying