Versions Compared

Key

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

...

This function is called on the following java server pages:

No Format
[dspace-source]/dspace-jspui/dspace-jspui-webapp/src/main/webapp/submit/edit-metadata.jsp
No Format
[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.

...

Code Block
languagejavascript
titlefunction ($)
collapsetrue
function ($) {
    $(document).ready(function() {
        var bitstreamTable = $("table#bitstream-edit-form-table");
	...


})(jQuery);

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

...

No Format

...

[dspace-source

...

]/dspace-jspui/dspace-jspui-webapp/src/main/webapp/tools/edit-item-form.jsp

...

And jQuery library file can be located on:

...

No Format
[dspace-source

...

]/dspace-jspui/dspace-jspui-webapp/src/main/webapp/dspace-admin/js/jquery-1.4.2.min.js

...