Versions Compared

Key

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

...

This function is called on the following java server pages:

  • Wiki Markupnoformat
    \[dspace-source\]/dspace-jspui/dspace-jspui-webapp/src/main/webapp/submit/edit-metadata.jsp
  • Wiki Markupnoformat
    \[dspace-source\]/dspace-jspui/dspace-jspui-webapp/src/main/webapp//tools/edit-item-form.jsp

By now we know which pages use scriptaculous. We'll keep them in mind to later come back and modify them.

jQuery libraries

Note: DSpace already uses a copy of jQuery, but in a local form. Used by The library function that uses it is:

No Format
[dspace-source]/dspace-jspui/dspace-jspui-webapp/src/main/webapp/dspace-admin/js/bitstream-ordering.js
Code Block
languagejavascript
titlefunction ($)
collapsetrue
function ($) {
    $(document).ready(function() {
        var bitstreamTable = $("table#bitstream-edit-form-table");
	...


})(jQuery);

This And this function is called on the following java server page:

...