Hi Scott,
What I've been working on is a task for MIT to use the new web
services api from Creative Commons. It was my hope that I could
approach it in such a way that it could also be contributed to the
general dspace community.
A general description of the change to the user interface i
I am submitting a form when a user makes a selection, so the javascript is a
simple form submission, this.form.submit().
..\Wendy
On Dec 22, 2009, at 3:39 PM, Scott Phillips wrote:
>
> I wouldn't recommend adding an onChange parameter into the DRI schema.
> It's hard to see how any javasc
I wouldn't recommend adding an onChange parameter into the DRI schema.
It's hard to see how any javascript from the aspect level could be
theme independent as it would expect to know the markup translated to.
Without knowing what you're trying to accomplish this might be a bit
off, but in
How does one add a parameter to an html element in dspace?
I tried adding an onchange parameter to the Select.java and to
Params.java, as well as to the Structural.xsl templating rule(s), but
do not see the results of this effort in the user interface. I know
I'm missing something or perh